TypeReference.GetPlainType C# (CSharp) Метод

GetPlainType() публичный Метод

public GetPlainType ( ) : string
Результат string
	public string GetPlainType ()
	{
		if (IsPointer)
			return Value.Substring (0, Value.Length - 1);

		return Value;
	}