Class IsWritable
Convenience component that encapsulates a query for the IsWritable property.
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.Content.Members
Assembly: ExtendedXmlSerializer.dll
Syntax
public sealed class IsWritable : DelegatedSpecification<IMember>, ISpecification<IMember>
Properties
Default
The default instance.
Declaration
public static IsWritable Default { get; }
Property Value
IsWritable
|