System.Runtime.Serialization.Json.JsonReader.ElementInfo.ElementInfo C# (CSharp) Method

ElementInfo() public method

public ElementInfo ( string name, string type ) : System
name string
type string
return System
			public ElementInfo (string name, string type)
			{
				this.Name = name;
				this.Type = type;
			}
		}
JsonReader.ElementInfo