Example #1
0
        public BinaryStruct GetSchemeData(string schemeName, Encoding coding, TypeStorage currentStorage)
        {
            var s = new BinaryStruct(Type, schemeName, PropertyList, coding, currentStorage);

            s.Compile();
            return(s);
        }