次の方法で共有


GeoJsonObjectFormatter.Read<T> メソッド

ソースから読み取ります。

名前空間:  System.Spatial
アセンブリ:  System.Spatial (System.Spatial.dll)

構文

'宣言
Public MustOverride Function Read(Of T As {Class, ISpatial}) ( _
    source As IDictionary(Of String, Object) _
) As T
'使用
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 では、ジェネリックな型およびメソッドは使用できません。

型パラメーター

  • T
    読み取る空間型。

パラメーター

戻り値

型: T
読み取られた GeoJsonObjectFormatter オブジェクト。

関連項目

参照

GeoJsonObjectFormatter クラス

System.Spatial 名前空間