Protogame.CompiledAssetSerializer.GetKeyImpl C# (CSharp) Méthode

GetKeyImpl() protected méthode

The get key impl.
protected GetKeyImpl ( Type value ) : int
value System.Type /// The value. ///
Résultat int
        protected override int GetKeyImpl(Type value)
        {
            return ((IList)knownTypes).IndexOf(value.FullName);
        }