C# Class mRemoteNG.Connection.Protocol.ProtocolList

Inheritance: System.Collections.CollectionBase, INotifyCollectionChanged
Afficher le fichier Open project: mRemoteNG/mRemoteNG Class Usage Examples

Méthodes publiques

Méthode Description
Add ( ProtocolBase cProt ) : void
AddRange ( ProtocolBase cProt ) : void
Clear ( ) : void
Remove ( ProtocolBase cProt ) : void
this ( object index ) : ProtocolBase

Private Methods

Méthode Description
RaiseCollectionChangedEvent ( object sender, NotifyCollectionChangedEventArgs args ) : void

Method Details

Add() public méthode

public Add ( ProtocolBase cProt ) : void
cProt ProtocolBase
Résultat void

AddRange() public méthode

public AddRange ( ProtocolBase cProt ) : void
cProt ProtocolBase
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Remove() public méthode

public Remove ( ProtocolBase cProt ) : void
cProt ProtocolBase
Résultat void

this() public méthode

public this ( object index ) : ProtocolBase
index object
Résultat ProtocolBase