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