Alexandria.Engines.Creation.Record.GetRecordType C# (CSharp) Method

GetRecordType() public static method

public static GetRecordType ( string type ) : Type
type string
return System.Type
        public static Type GetRecordType(string type)
        {
            switch (type) {
                default: return null;
            }
        }