RtspTransport.Implicit Operador

Definição

Sobrecargas

Implicit(RtspTransport to String)

Operador implícito para converter RtspTransport em cadeia de caracteres

Implicit(String to RtspTransport)

Operador implícito para converter cadeia de caracteres em RtspTransport

Implicit(RtspTransport to String)

Operador implícito para converter RtspTransport em cadeia de caracteres

public static implicit operator string (Microsoft.Azure.Management.VideoAnalyzer.Models.RtspTransport e);
static member op_Implicit : Microsoft.Azure.Management.VideoAnalyzer.Models.RtspTransport -> string
Public Shared Widening Operator CType (e As RtspTransport) As String

Parâmetros

Retornos

Aplica-se a

Implicit(String to RtspTransport)

Operador implícito para converter cadeia de caracteres em RtspTransport

public static implicit operator Microsoft.Azure.Management.VideoAnalyzer.Models.RtspTransport (string value);
static member op_Implicit : string -> Microsoft.Azure.Management.VideoAnalyzer.Models.RtspTransport
Public Shared Widening Operator CType (value As String) As RtspTransport

Parâmetros

value
String

Retornos

Aplica-se a