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

ToCSharpFullName() static private method

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