mRemoteNG.Connection.Protocol.ProtocolList.Clear C# (CSharp) Method

Clear() public method

public Clear ( ) : void
return void
        public new void Clear()
        {
            if (Count == 0) return;
            List.Clear();
            RaiseCollectionChangedEvent(this, new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset));
        }