Asgard.Core.System.ObjectMapper.LookupType C# (CSharp) Méthode

LookupType() static private méthode

static private LookupType ( ushort id ) : Type
id ushort
Résultat System.Type
        internal static Type LookupType(ushort id)
        {
            Type type;
            _typeLookup.TryGetValue(id, out type);
            return type;
        }

Same methods

ObjectMapper::LookupType ( Type type ) : ushort