C# 클래스 Lightstreamer.DotNet.Client.Support.HashSetSupport

상속: System.Collections.ArrayList, ISetSupport, IList, ICollection, IEnumerable
파일 보기 프로젝트 열기: cityindex-attic/TradingApi.Client.CS

공개 메소드들

메소드 설명
Add ( object obj ) : bool
AddAll ( ICollection c ) : bool
Clone ( ) : object
HashSetSupport ( ) : System
HashSetSupport ( ICollection c ) : System
HashSetSupport ( int capacity ) : System

메소드 상세

Add() 공개 메소드

public Add ( object obj ) : bool
obj object
리턴 bool

AddAll() 공개 메소드

public AddAll ( ICollection c ) : bool
c ICollection
리턴 bool

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

HashSetSupport() 공개 메소드

public HashSetSupport ( ) : System
리턴 System

HashSetSupport() 공개 메소드

public HashSetSupport ( ICollection c ) : System
c ICollection
리턴 System

HashSetSupport() 공개 메소드

public HashSetSupport ( int capacity ) : System
capacity int
리턴 System