Class IsAssignableSpecification<T>
Specification that encapsulates the System.Type.IsAssignableFrom(System.Type) method.
Inheritance
System.Object
DelegatedSpecification<System.Reflection.TypeInfo>
IsAssignableSpecification<T>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ExtendedXmlSerializer.ReflectionModel
Assembly: ExtendedXmlSerializer.dll
Syntax
public sealed class IsAssignableSpecification<T> : DelegatedSpecification<TypeInfo>, ISpecification<TypeInfo>
Type Parameters
T
The reference type used to call the |
Properties
Default
The default instance.
Declaration
public static IsAssignableSpecification<T> Default { get; }
Property Value
IsAssignableSpecification<T>
|