C# Класс Renci.SshNet.Extensions

Collection of different extension method specific for .NET 4.0
Показать файл Открыть проект

Открытые методы

Метод Описание
Clear ( this value ) : void

Clears the contents of the string builder.

Приватные методы

Метод Описание
Dispose ( this socket ) : void

Описание методов

Clear() публичный статический метод

Clears the contents of the string builder.
public static Clear ( this value ) : void
value this /// The to clear. ///
Результат void