예제 #1
0
 public void ClearRequiredFlag(strIndex index, uint flags)
 => ((delegate * unmanaged[Thiscall] < ref strStreaming, int, uint, void >)ClearRequiredFlagAddress)(ref this, index.Value, flags);
예제 #2
0
 public bool Equals(strIndex other) => Value == other.Value;