Alexandria.Engines.Creation.Record.GetRecordType C# (CSharp) Метод

GetRecordType() публичный статический Метод

public static GetRecordType ( string type ) : Type
type string
Результат System.Type
        public static Type GetRecordType(string type)
        {
            switch (type) {
                default: return null;
            }
        }