示例#1
0
        GetAutoSelectSteel(this cPropFrame obj, string Name)
        {
            int NumberItems;

            NumberItems = default(int);
            string[] SectName;
            SectName = default(string[]);
            string AutoStartSection, Notes, GUID;

            AutoStartSection = Notes = GUID = default(string);
            var res = obj.GetAutoSelectSteel(Name, ref NumberItems, ref SectName, ref AutoStartSection, ref Notes, ref GUID);

            return(NumberItems, SectName, AutoStartSection, Notes, GUID);
        }