NetIde.Util.FileType.FileType C# (CSharp) Method

FileType() protected method

protected FileType ( FileTypeType type ) : System
type FileTypeType
return System
        protected FileType(FileTypeType type)
        {
            Type = type;
        }