BFSchema.BfsStruct.BfsStruct C# (CSharp) Method

BfsStruct() public method

public BfsStruct ( ) : System
return System
        public BfsStruct()
        {
            LocalFields = new Dictionary<string,BfsLocalField>();
            StructFields = new Dictionary<string, BfsStructField>();
            LocalFieldList = new List<BfsLocalField>();
            StructFieldList = new List<BfsStructField>();
            ParseOrder = new List<IBfsNamedField>();
        }