ภาษา

DotNetComponentType.Implicit Operator

Definition

Overloads

Implicit(String to DotNetComponentType)

Source:
DotNetComponentType.cs
Source:
DotNetComponentType.cs

Converts a string to a DotNetComponentType.

public static implicit operator Azure.ResourceManager.AppContainers.Models.DotNetComponentType(string value);
static member op_Implicit : string -> Azure.ResourceManager.AppContainers.Models.DotNetComponentType
Public Shared Widening Operator CType (value As String) As DotNetComponentType

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<DotNetComponentType>)

Source:
DotNetComponentType.cs
Source:
DotNetComponentType.cs
public static implicit operator Azure.ResourceManager.AppContainers.Models.DotNetComponentType?(string value);
static member op_Implicit : string -> Nullable<Azure.ResourceManager.AppContainers.Models.DotNetComponentType>
Public Shared Widening Operator CType (value As String) As Nullable(Of DotNetComponentType)

Parameters

value
String

Returns

Applies to