ExtraColorSchemeCollection

ExtraColorSchemeCollection class

Represents a collection of additional color schemes.

getSyncRoot

NameDescription
getSyncRoot()Returns an object that can be used to synchronize access to the collection. Read-only Object. Returns a synchronization root. Read-only Object.

Result: Object


get_Item

NameDescription
get_Item(int)Returns an color scheme by index. Read-only ExtraColorScheme.

Result: ExtraColorScheme


isSynchronized

NameDescription
isSynchronized()Returns a value indicating whether access to the ArrayList is synchronized (thread safe). Read-only boolean.

Result: boolean


iterator

NameDescription
iterator()Returns an enumerator that iterates through the collection.

Result:


iteratorJava

NameDescription
iteratorJava()Returns a java iterator for the entire collection.

Result:


size

NameDescription
size()Returns a number of elements int the collection. Read-only int.

Result: int