Catel.Runtime.Serialization.Xml.DataContractSerializerFactory.XmlSerializerTypeInfo.ContainsKnownType C# (CSharp) Method

ContainsKnownType() public method

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