public static IndexCollection FromArray(
int[] indexes
)
Public Shared Function FromArray (
indexes As Integer()
) As IndexCollection
public:
static IndexCollection^ FromArray(
array<int>^ indexes
)
static member FromArray :
indexes : int[] -> IndexCollection
ArgumentNullException | indexes is null. |
ArgumentException |
The Length of indexes is zero. -or- indexes contains a negative element. |