Modifier and Type | Method and Description |
---|---|
WBSCodeMask |
WBSCodeMaskCollection.get(int index) |
WBSCodeMask |
WBSCodeMaskCollection.remove(int index)
Removes the element at the specified position in this list.
|
Modifier and Type | Method and Description |
---|---|
List<WBSCodeMask> |
WBSCodeMaskCollection.toList()
Returns a list which contains all items from this collection.
|
Modifier and Type | Method and Description |
---|---|
void |
WBSCodeMaskCollection.add(int index,
WBSCodeMask element)
Inserts the specified element at the specified position in this list.
|
boolean |
WBSCodeMaskCollection.add(WBSCodeMask item)
Adds WBSCodeMask object to this collection.
|
void |
WBSCodeMaskCollection.copyTo(WBSCodeMask[] array,
int arrayIndex)
Copies all the elements of this collection to the specified one-dimensional array starting at the specified destination array index.
|
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.