Show / Hide Table of Contents

Class MyIterableComplementSetExtensions

Inheritance
System.Object
MyIterableComplementSetExtensions
Namespace: VRage.Library.Utils
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 Name Description
MyIterableComplementSet<T> self
T item
Type Parameters
Name Description
T

AddOrEnsureOnSet<T>(MyIterableComplementSet<T>, T)

Declaration
public static void AddOrEnsureOnSet<T>(this MyIterableComplementSet<T> self, T item)
Parameters
Type Name Description
MyIterableComplementSet<T> self
T item
Type Parameters
Name Description
T

EnsureOnComplementIfContained<T>(MyIterableComplementSet<T>, T)

Declaration
public static void EnsureOnComplementIfContained<T>(this MyIterableComplementSet<T> self, T item)
Parameters
Type Name Description
MyIterableComplementSet<T> self
T item
Type Parameters
Name Description
T

EnsureOnSetIfContained<T>(MyIterableComplementSet<T>, T)

Declaration
public static void EnsureOnSetIfContained<T>(this MyIterableComplementSet<T> self, T item)
Parameters
Type Name Description
MyIterableComplementSet<T> self
T item
Type Parameters
Name Description
T

RemoveIfContained<T>(MyIterableComplementSet<T>, T)

Declaration
public static void RemoveIfContained<T>(this MyIterableComplementSet<T> self, T item)
Parameters
Type Name Description
MyIterableComplementSet<T> self
T item
Type Parameters
Name Description
T
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾