System.Tests.StringTests.TestFormatter.GetFormat C# (CSharp) Метод

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

public GetFormat ( Type formatType ) : object
formatType System.Type
Результат object
            public object GetFormat(Type formatType)
            {
                return formatType == typeof(ICustomFormatter) ? this : null;
            }
StringTests.TestFormatter