Catel.Runtime.Serialization.Xml.DataContractSerializerFactory.XmlSerializerTypeInfo.ContainsKnownType C# (CSharp) Méthode

ContainsKnownType() public méthode

Determines whether the specified type is a known type.
public ContainsKnownType ( Type type ) : bool
type System.Type The type.
Résultat bool
            public bool ContainsKnownType(Type type)
            {
                return _knownTypes.Contains(type);
            }