Leadtools.Multimedia Namespace > Renderers Class : Item Property |
Overload | Description |
---|---|
Item(Int32) | Gets the Renderer item at the specified index. |
Item(String) | Gets the Renderer item with the specified name. |
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | The exception that is thrown when the value of an argument is outside the allowable range of values as defined by the invoked method. |
myCollection[index]
The C# language uses the this keyword to define the indexers instead of implementing the Item property. Visual Basic implements Item as a default property, which provides the same indexing functionality.