Implicit Conversion (GeographyFactory(T) to T)

Namespace:  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)

Syntax

'Declaration
Public Shared Widening Operator CType ( _
    factory As GeographyFactory(Of T) _
) As T
'Usage
Dim input As GeographyFactory(Of T)
Dim output As T

output = CType(input, T)
public static implicit operator T (
    GeographyFactory<T> factory
)
static implicit operator T (
    GeographyFactory<T>^ factory
)
JScript supports the use of custom casts, but not the declaration of new ones.

Parameters

Return Value

Type: T
Returns GeographyFactory<(Of <(<'T>)>)>.

See Also

Reference

GeographyFactory< (Of < ( <'T> ) > ) > Class

System.Spatial Namespace