HashSet<any>A hash set of unique objectsClassCompareDelegateA type that represents a reference to a method with a parameter list and return typeCompareFieldDelegateA type that represents a reference to a method with a parameter list and return typeFindDelegateA type that represents a reference to a method with a parameter list and return typeMethodpublic HashSet.Constructor(int capacity, [] values=null)public bool HashSet.Add(value)Add an element to the list, returns true if element is addedpublic void HashSet.AddEach([] values)Add each item in the listpublic void HashSet.ClearRemove all elementspublic virtual int object.Compare(value)Compares this object with another and returns (-1, 0, or 1)public bool HashSet.Contains(value)Returns true if the element is present in the containerpublic Attribute HashSet.GetEachTypeGet the iterated typepublic virtual Icon object.GetIconReturn a icon for this objectpublic virtual object.GetLayoutBlockReturn a layout inside a blockpublic virtual object.GetLayoutSpanReturn a layout inside a spanpublic virtual object.GetLayoutTipReturn a layout for the hint popuppublic virtual object.GetSourceReferenceReturn a source reference for this objectpublic virtual void object.GetTexSource(source)LaTeX source code for this objectpublic bool HashSet.Remove(value)
Remove an element, returns true if element is found and removedpublic [] HashSet.ToArrayReturns the current values to an arraypublic [] HashSet.ToSortedArray(bool descending=false, delegate int CompareDelegate(v1, v2) comparedelegate=null)Returns a new array in sorted orderpublic [] HashSet.ToSortedArrayField(bool descending, delegate CompareFieldDelegate(value) comparedelegatefield)Returns a new array in sorted order