SharpDiff.FileStructure.FormatType.FormatType C# (CSharp) 메소드

FormatType() 공개 메소드

public FormatType ( string format )
format string
        public FormatType(string format)
        {
            Name = format;
        }
FormatType