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

ToCSharpFullName() static private méthode

static private ToCSharpFullName ( Type type ) : string
type Type
Résultat string
		static string ToCSharpFullName (Type type)
		{
			return TypeData.ToCSharpName (type, true);
		}
SerializationCodeGenerator