C# Класс TeamSpeak3QueryApi.Net.ParameterValueArray

Represents the value of a parameter which consits of a multiple values.
Наследование: IParameterValue
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CreateParameterLine ( string parameterName ) : string

Creates an escaped string representation of the parameter value.

ParameterValueArray ( ) : System.Linq

Creates a new instance of T:TeamSpeak3QueryApi.Net.ParameterValue using as a value.

ParameterValueArray ( ParameterValue sourceArray ) : System.Linq

Creates a new instance of T:TeamSpeak3QueryApi.Net.ParameterValue using the specified T:System.String[] as a value.

ToString ( ) : string

Returns a string that represents the current object.

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

CreateParameterLine() публичный Метод

Creates an escaped string representation of the parameter value.
public CreateParameterLine ( string parameterName ) : string
parameterName string
Результат string

ParameterValueArray() публичный Метод

Creates a new instance of T:TeamSpeak3QueryApi.Net.ParameterValue using as a value.
public ParameterValueArray ( ) : System.Linq
Результат System.Linq

ParameterValueArray() публичный Метод

Creates a new instance of T:TeamSpeak3QueryApi.Net.ParameterValue using the specified T:System.String[] as a value.
public ParameterValueArray ( ParameterValue sourceArray ) : System.Linq
sourceArray ParameterValue The values.
Результат System.Linq

ToString() публичный Метод

Returns a string that represents the current object.
public ToString ( ) : string
Результат string