public final class MetadataPropertyCollection extends Object
Represents read-only collection of MetadataProperty
.
Constructor and Description |
---|
MetadataPropertyCollection()
Initializes a new instance of the
MetadataPropertyCollection class. |
MetadataPropertyCollection(MetadataProperty[] array)
Initializes a new instance of the
MetadataPropertyCollection class. |
Modifier and Type | Method and Description |
---|---|
int |
getCount()
Gets the number of elements inside collection.
|
MetadataProperty |
readByIndex(int index) |
public MetadataPropertyCollection()
Initializes a new instance of the MetadataPropertyCollection
class.
public MetadataPropertyCollection(MetadataProperty[] array)
Initializes a new instance of the MetadataPropertyCollection
class.
array
- The array.ArgumentNullException
- Array could not be null.public final int getCount()
Gets the number of elements inside collection.
public final MetadataProperty readByIndex(int index)
Copyright © 2019. All rights reserved.