Method SetSpecified
SetSpecified(Int32, Boolean)
Assign a value to the "specified" flag of a specific attribute. This is the only way this flag can be cleared, except clearing by initialization with the copy constructor.
Declaration
public virtual void SetSpecified(int index, bool value)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The index of the attribute (zero-based). |
System.Boolean | value | The desired flag value. |