class ITagSet
😔 No documentation found.
public bool Has( string tag )
Does this set have the specified tag?
public void Add( string tag )
Add a tag to the set.
public void Remove( string tag )
Remove a tag from the set.
public void Set( string tag, bool state )
Add or remove this tag, based on state
public void SetFrom( ITagSet set )
Set the tags to match this other tag set
public void Add( ITagSet set )
Add the tags from another set, to this set
public void Toggle( string tag )
If this tag is already here, remove it, else add it.
public bool HasAny( ITagSet other )
🤡 Doc inheritance is not yet supported.
No summary.
public bool HasAny( string[] tags )
🤡 Doc inheritance is not yet supported.
No summary.
public bool HasAll( ITagSet other )
🤡 Doc inheritance is not yet supported.
No summary.
public bool HasAll( string[] tags )
🤡 Doc inheritance is not yet supported.
No summary.
public int GetHashCode( )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public IEnumerator<string> GetEnumerator( )
😔 No documentation found.
public bool HasAny( IEnumerable<string> tags )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public IReadOnlySet<uint> GetTokens( )
😔 No documentation found.
public IEnumerable<string> TryGetAll( )
😔 No documentation found.
public bool HasAll( IEnumerable<string> tags )
😔 No documentation found.
public void RemoveAll( )
😔 No documentation found.