Class IsTypeSpecification<T>
Specification to determine if a given object is of the referenced type.
Inheritance
System.Object
IsTypeSpecification<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 IsTypeSpecification<T> : ISpecification<object>
Type Parameters
T
The referenced type. |
Properties
Default
The default instance.
Declaration
public static IsTypeSpecification<T> Default { get; }
Property Value
IsTypeSpecification<T>
|
Methods
IsSatisfiedBy(Object)
Returns a boolean based on the provided parameter.
Declaration
public bool IsSatisfiedBy(object parameter)
Parameters
System.Object
parameter
|
Returns
System.Boolean
The condition based on the provided parameter. |