FeatureAttributeCollection.Insert Method
Thread safety: This property is not thread-safe.
Insert(System.Int32 index, FeatureAttribute item)
Inserts an element into the collection at the specified index.Syntax
public void Insert (
    System.Int32 index,
    FeatureAttribute item
)Parameters
index
Type: System.Int32
The zero-based index at which item should be inserted.
The zero-based index at which item should be inserted.
item
    Type: FeatureAttribute
The object to insert.
The object to insert.
Platforms
Windows, Linux, Android