Méthode GeoJsonObjectFormatter.Read<T>
Lit depuis la source.
Espace de noms : System.Spatial
Assembly : System.Spatial (en System.Spatial.dll)
Syntaxe
'Déclaration
Public MustOverride Function Read(Of T As {Class, ISpatial}) ( _
source As IDictionary(Of String, Object) _
) As T
'Utilisation
Dim instance As GeoJsonObjectFormatter
Dim source As IDictionary(Of String, Object)
Dim returnValue As T
returnValue = instance.Read(source)
public abstract T Read<T>(
IDictionary<string, Object> source
)
where T : class, ISpatial
public:
generic<typename T>
where T : ref class, ISpatial
virtual T Read(
IDictionary<String^, Object^>^ source
) abstract
abstract Read :
source:IDictionary<string, Object> -> 'T when 'T : not struct and ISpatial
JScript ne prend pas en charge les types et les méthodes génériques.
Paramètres de type
- T
Type spatial à lire.
Paramètres
- source
Type : System.Collections.Generic.IDictionary<String, Object>
Objet JSON source.
Valeur de retour
Type : T
Objet GeoJsonObjectFormatter qui a été lu.