Partager via


GeometryFactory<T>.Implicit(GeometryFactory<T> to T) Opérateur

Définition

Caster une fabrique en type cible

public static implicit operator T (Microsoft.Spatial.GeometryFactory<T> factory);
static member op_Implicit : Microsoft.Spatial.GeometryFactory<'T (requires 'T :> Microsoft.Spatial.Geometry)> -> 'T
Public Shared Widening Operator CType (factory As GeometryFactory(Of T)) As T

Paramètres

factory
GeometryFactory<T>

L’usine

Retours

T

Instance générée du type cible

S’applique à