Share via


LearnedType.Implicit Operator

Definition

Overloads

Implicit(LearnedType to String)

Implicit operator to convert LearnedType to string

Implicit(String to LearnedType)

Implicit operator to convert string to LearnedType

Implicit(LearnedType to String)

Implicit operator to convert LearnedType to string

public static implicit operator string (Microsoft.Azure.PowerShell.Cmdlets.Peering.Support.LearnedType e);
static member op_Implicit : Microsoft.Azure.PowerShell.Cmdlets.Peering.Support.LearnedType -> string
Public Shared Widening Operator CType (e As LearnedType) As String

Parameters

e
LearnedType

the value to convert to an instance of LearnedType.

Returns

Applies to

Implicit(String to LearnedType)

Implicit operator to convert string to LearnedType

public static implicit operator Microsoft.Azure.PowerShell.Cmdlets.Peering.Support.LearnedType (string value);
static member op_Implicit : string -> Microsoft.Azure.PowerShell.Cmdlets.Peering.Support.LearnedType
Public Shared Widening Operator CType (value As String) As LearnedType

Parameters

value
String

the value to convert to an instance of LearnedType.

Returns

Applies to