CapabilitiesAdapterCollectionItem Property |
Accesses the element at the specified index.
Namespace: Internal.SharpBgfxAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic Adapter this[
int index
] { get; }Parameters
- index Int32
- The index of the element to retrieve.
Return Value
AdapterThe element at the given index.
Implements
IReadOnlyListTItemInt32
See Also