SharpDiff.FileStructure.FormatType.FormatType C# (CSharp) Method

FormatType() public method

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