Method TryIndexOf
- Namespace
- MaaFramework.Binding.Buffers
- Assembly
- MaaFramework.Binding.dll
TryIndexOf(T, out ulong)
Attempts to get index of the specified element.
public abstract bool TryIndexOf(T item, out ulong index)Parameters
itemT-
The element.
indexulong-
The zero-based index of the
item.
Returns
Exceptions
- NotSupportedException
-
The type of item is not supported.