C# 클래스 mRemoteNG.Connection.Protocol.ProtocolList

상속: System.Collections.CollectionBase, INotifyCollectionChanged
파일 보기 프로젝트 열기: mRemoteNG/mRemoteNG 1 사용 예제들

공개 메소드들

메소드 설명
Add ( ProtocolBase cProt ) : void
AddRange ( ProtocolBase cProt ) : void
Clear ( ) : void
Remove ( ProtocolBase cProt ) : void
this ( object index ) : ProtocolBase

비공개 메소드들

메소드 설명
RaiseCollectionChangedEvent ( object sender, NotifyCollectionChangedEventArgs args ) : void

메소드 상세

Add() 공개 메소드

public Add ( ProtocolBase cProt ) : void
cProt ProtocolBase
리턴 void

AddRange() 공개 메소드

public AddRange ( ProtocolBase cProt ) : void
cProt ProtocolBase
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Remove() 공개 메소드

public Remove ( ProtocolBase cProt ) : void
cProt ProtocolBase
리턴 void

this() 공개 메소드

public this ( object index ) : ProtocolBase
index object
리턴 ProtocolBase