System.Xml.Serialization.SerializationCodeGenerator.GetTypeOf C# (CSharp) Méthode

GetTypeOf() private méthode

private GetTypeOf ( Type td ) : string
td Type
Résultat string
		string GetTypeOf (Type td)
		{
			return "typeof(" + ToCSharpFullName (td) + ")";
		}
		

Same methods

SerializationCodeGenerator::GetTypeOf ( TypeData td ) : string
SerializationCodeGenerator