C# Class Lightstreamer.DotNet.Client.Support.HashSetSupport

Inheritance: System.Collections.ArrayList, ISetSupport, IList, ICollection, IEnumerable
Exibir arquivo Open project: cityindex-attic/TradingApi.Client.CS

Public Methods

Method Description
Add ( object obj ) : bool
AddAll ( ICollection c ) : bool
Clone ( ) : object
HashSetSupport ( ) : System
HashSetSupport ( ICollection c ) : System
HashSetSupport ( int capacity ) : System

Method Details

Add() public method

public Add ( object obj ) : bool
obj object
return bool

AddAll() public method

public AddAll ( ICollection c ) : bool
c ICollection
return bool

Clone() public method

public Clone ( ) : object
return object

HashSetSupport() public method

public HashSetSupport ( ) : System
return System

HashSetSupport() public method

public HashSetSupport ( ICollection c ) : System
c ICollection
return System

HashSetSupport() public method

public HashSetSupport ( int capacity ) : System
capacity int
return System