IArrayReader Interface
Objects that Implement this Interface share a common interface of how to read from a array of objects.
So if a object Implements this interface then you can always talk to it with the IArrayReader interface methods.
Note:Interfaces don't actually do anything. A Interface is just a promise of what methods a implementor of a interface will have.
Methods
Count | Use this method on containers that Implement the IArrayReader Interface to get the element count from the container. |
GetAt | Use this method on containers that Implement the IArrayReader Interface to get a item from a specific location from the container. |
Operator_Subscript | Implements operator to read from the array with the ( ) indexer operator. |
[Footnote]
Supported Platforms:
MacOS X CarbonMacOS X Cocoa 32 bitMacOS X Cocoa 64 bitWindows 32 bitWindows 64 bitLinux 32 bitLinux 64 bitLinux ARM