[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "M:Jgr.IO.Parser.SimisProvider.#ctor(System.Collections.Generic.IDictionary{System.UInt32,System.String},System.Collections.Generic.IDictionary{System.String,System.UInt32},System.Collections.Generic.IEnumerable{Jgr.IO.Parser.SimisFormat})"]
C# | Visual Basic | Visual C++ |
internal SimisProvider( IDictionary<uint, string> tokenNames, IDictionary<string, uint> tokenIds, IEnumerable<SimisFormat> formats )
Friend Sub New ( _ tokenNames As IDictionary(Of UInteger, String), _ tokenIds As IDictionary(Of String, UInteger), _ formats As IEnumerable(Of SimisFormat) _ )
internal: SimisProvider( IDictionary<unsigned int, String^>^ tokenNames, IDictionary<String^, unsigned int>^ tokenIds, IEnumerable<SimisFormat^>^ formats )
- tokenNames (IDictionary<(Of <(<'UInt32, String>)>)>)
[Missing <param name="tokenNames"/> documentation for "M:Jgr.IO.Parser.SimisProvider.#ctor(System.Collections.Generic.IDictionary{System.UInt32,System.String},System.Collections.Generic.IDictionary{System.String,System.UInt32},System.Collections.Generic.IEnumerable{Jgr.IO.Parser.SimisFormat})"]
- tokenIds (IDictionary<(Of <(<'String, UInt32>)>)>)
[Missing <param name="tokenIds"/> documentation for "M:Jgr.IO.Parser.SimisProvider.#ctor(System.Collections.Generic.IDictionary{System.UInt32,System.String},System.Collections.Generic.IDictionary{System.String,System.UInt32},System.Collections.Generic.IEnumerable{Jgr.IO.Parser.SimisFormat})"]
- formats (IEnumerable<(Of <(<'SimisFormat>)>)>)
[Missing <param name="formats"/> documentation for "M:Jgr.IO.Parser.SimisProvider.#ctor(System.Collections.Generic.IDictionary{System.UInt32,System.String},System.Collections.Generic.IDictionary{System.String,System.UInt32},System.Collections.Generic.IEnumerable{Jgr.IO.Parser.SimisFormat})"]