Class MemberSpecification<T>
A base component that is used for metadata specifications.
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.ExtensionModel.Xml
Assembly: ExtendedXmlSerializer.dll
Syntax
public sealed class MemberSpecification<T> : AllSpecification<T>, ISpecification<T> where T : MemberInfo
Type Parameters
T
The member metadata type. |
Constructors
MemberSpecification(ISpecification<T>)
Creates a new instance.
Declaration
public MemberSpecification(ISpecification<T> specification)
Parameters
ISpecification<T>
specification
A supplemental specification. |