Method SetType
SetType(Int32, String)
Set the type of a specific attribute.
Declaration
public virtual void SetType(int index, string type)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The index of the attribute (zero-based). |
System.String | type | The attribute's type. |