System.Xml.Serialization.SerializationCodeGenerator.GetTypeOf C# (CSharp) Method

GetTypeOf() private method

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

Same methods

SerializationCodeGenerator::GetTypeOf ( TypeData td ) : string
SerializationCodeGenerator