class TagSet

in global :: Sandbox

😔 No documentation found.


public TagSet( )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public IEnumerator<string> GetEnumerator( )

😔 No documentation found.

public bool HasAll( string[] tags )

😔 No documentation found.

public bool HasAll( ITagSet other )

😔 No documentation found.

public bool HasAll( IEnumerable<string> tags )

😔 No documentation found.

public bool HasAny( string[] tags )

😔 No documentation found.

public bool HasAny( ITagSet other )

😔 No documentation found.

public bool HasAny( IEnumerable<string> tags )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public void Toggle( string tag )

😔 No documentation found.

public void SetFrom( ITagSet set )

😔 No documentation found.

public void Set( string tag, bool state )

😔 No documentation found.

public IReadOnlySet<uint> GetTokens( )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.

public void RemoveAll( )

😔 No documentation found.

public void Remove( string tag )

😔 No documentation found.

public bool Has( string tag )

😔 No documentation found.

public IEnumerable<string> TryGetAll( )

😔 No documentation found.

public void Add( string tag )

😔 No documentation found.

public void Add( ITagSet set )

😔 No documentation found.

public bool IsEmpty { get; }

😔 No documentation found.