Class MyIterableComplementSetExtensions
Inheritance
System.Object
MyIterableComplementSetExtensions
Assembly: VRage.Library.dll
Syntax
public static class MyIterableComplementSetExtensions : Object
Methods
AddOrEnsureOnComplement<T>(MyIterableComplementSet<T>, T)
Declaration
public static void AddOrEnsureOnComplement<T>(this MyIterableComplementSet<T> self, T item)
Parameters
Type Parameters
AddOrEnsureOnSet<T>(MyIterableComplementSet<T>, T)
Declaration
public static void AddOrEnsureOnSet<T>(this MyIterableComplementSet<T> self, T item)
Parameters
Type Parameters
EnsureOnComplementIfContained<T>(MyIterableComplementSet<T>, T)
Declaration
public static void EnsureOnComplementIfContained<T>(this MyIterableComplementSet<T> self, T item)
Parameters
Type Parameters
EnsureOnSetIfContained<T>(MyIterableComplementSet<T>, T)
Declaration
public static void EnsureOnSetIfContained<T>(this MyIterableComplementSet<T> self, T item)
Parameters
Type Parameters
RemoveIfContained<T>(MyIterableComplementSet<T>, T)
Declaration
public static void RemoveIfContained<T>(this MyIterableComplementSet<T> self, T item)
Parameters
Type Parameters