Method | Description | |
---|---|---|
Add ( HashSet collection, int index, value ) : void | ||
Complete ( HashSet intermediateCollection ) : HashSet |
||
Create ( int count ) : HashSet |
||
GetCount ( HashSet sequence ) : int? | ||
GetSourceEnumerator ( HashSet source ) : HashSet |
protected Add ( HashSet collection, int index, value ) : void | ||
collection | HashSet | |
index | int | |
return | void |
protected Complete ( HashSet intermediateCollection ) : HashSet |
||
intermediateCollection | HashSet | |
return | HashSet |
protected GetCount ( HashSet sequence ) : int? | ||
sequence | HashSet | |
return | int? |
protected GetSourceEnumerator ( HashSet source ) : HashSet |
||
source | HashSet | |
return | HashSet |