JGR MSTS Editors and Tools
DataTreeNode<(Of <(<'T>)>)>..::..TypeData Constructor (name, cloneConstructor, cloneNames, cloneFields)
NamespacesJgr.IO.ParserDataTreeNode<(Of <(<'T>)>)>..::..TypeDataDataTreeNode<(Of <(<'T>)>)>..::..TypeData(String, ConstructorInfo, IList<(Of <<'(String>)>>), IDictionary<(Of <<'(String, FieldInfo>)>>))

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Jgr.IO.Parser.DataTreeNode`1.TypeData.#ctor(System.String,System.Reflection.ConstructorInfo,System.Collections.Generic.IList{System.String},System.Collections.Generic.IDictionary{System.String,System.Reflection.FieldInfo})"]

Declaration Syntax
C#Visual BasicVisual C++
public TypeData(
	string name,
	ConstructorInfo cloneConstructor,
	IList<string> cloneNames,
	IDictionary<string, FieldInfo> cloneFields
)
Public Sub New ( _
	name As String, _
	cloneConstructor As ConstructorInfo, _
	cloneNames As IList(Of String), _
	cloneFields As IDictionary(Of String, FieldInfo) _
)
public:
TypeData(
	String^ name, 
	ConstructorInfo^ cloneConstructor, 
	IList<String^>^ cloneNames, 
	IDictionary<String^, FieldInfo^>^ cloneFields
)
Parameters
name (String)

[Missing <param name="name"/> documentation for "M:Jgr.IO.Parser.DataTreeNode`1.TypeData.#ctor(System.String,System.Reflection.ConstructorInfo,System.Collections.Generic.IList{System.String},System.Collections.Generic.IDictionary{System.String,System.Reflection.FieldInfo})"]

cloneConstructor (ConstructorInfo)

[Missing <param name="cloneConstructor"/> documentation for "M:Jgr.IO.Parser.DataTreeNode`1.TypeData.#ctor(System.String,System.Reflection.ConstructorInfo,System.Collections.Generic.IList{System.String},System.Collections.Generic.IDictionary{System.String,System.Reflection.FieldInfo})"]

cloneNames (IList<(Of <(<'String>)>)>)

[Missing <param name="cloneNames"/> documentation for "M:Jgr.IO.Parser.DataTreeNode`1.TypeData.#ctor(System.String,System.Reflection.ConstructorInfo,System.Collections.Generic.IList{System.String},System.Collections.Generic.IDictionary{System.String,System.Reflection.FieldInfo})"]

cloneFields (IDictionary<(Of <(<'String, FieldInfo>)>)>)

[Missing <param name="cloneFields"/> documentation for "M:Jgr.IO.Parser.DataTreeNode`1.TypeData.#ctor(System.String,System.Reflection.ConstructorInfo,System.Collections.Generic.IList{System.String},System.Collections.Generic.IDictionary{System.String,System.Reflection.FieldInfo})"]

Assembly: JGR.IO.Parser (Module: JGR.IO.Parser) Version: 0.5.4008.31682