Bearbeiten

SystemType.Implicit Operator

Definition

Overloads

Implicit(SystemType to String)
Implicit(SystemType to Type)
Implicit(Type to SystemType)

Implicit(SystemType to String)

public:
 static operator System::String ^(Microsoft::MixedReality::Toolkit::Utilities::SystemType ^ type);
public static implicit operator string (Microsoft.MixedReality.Toolkit.Utilities.SystemType type);
static member op_Implicit : Microsoft.MixedReality.Toolkit.Utilities.SystemType -> string
Public Shared Widening Operator CType (type As SystemType) As String

Parameters

type
SystemType

Returns

Applies to

Implicit(SystemType to Type)

public:
 static operator Type ^(Microsoft::MixedReality::Toolkit::Utilities::SystemType ^ type);
public static implicit operator Type (Microsoft.MixedReality.Toolkit.Utilities.SystemType type);
static member op_Implicit : Microsoft.MixedReality.Toolkit.Utilities.SystemType -> Type
Public Shared Widening Operator CType (type As SystemType) As Type

Parameters

type
SystemType

Returns

Applies to

Implicit(Type to SystemType)

public:
 static operator Microsoft::MixedReality::Toolkit::Utilities::SystemType ^(Type ^ type);
public static implicit operator Microsoft.MixedReality.Toolkit.Utilities.SystemType (Type type);
static member op_Implicit : Type -> Microsoft.MixedReality.Toolkit.Utilities.SystemType
Public Shared Widening Operator CType (type As Type) As SystemType

Parameters

type
Type

Returns

Applies to