Chinchilla.Serializers.DefaultMessageTypeFactory.HasCachedFactory C# (CSharp) Method

HasCachedFactory() public method

public HasCachedFactory ( Type type ) : bool
type System.Type
return bool
        public bool HasCachedFactory(Type type)
        {
            return factories.ContainsKey(type);
        }