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