Goedel.Mesh.SignedProfile.SignedProfile C# (CSharp) Method

SignedProfile() public method

Initialize class from a JSON encoded class.
public SignedProfile ( string _String ) : System
_String string Input string
return System
		public SignedProfile (string _String) {
			Deserialize (_String);
			}

Same methods

SignedProfile::SignedProfile ( ) : System
SignedProfile::SignedProfile ( JSONReader JSONReader ) : System