ODataMessageReaderSettings クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.Data.OData
アセンブリ: Microsoft.Data.OData (Microsoft.Data.OData.dll)
構文
'宣言
Public Sub New ( _
other As ODataMessageReaderSettings _
)
'使用
Dim other As ODataMessageReaderSettings
Dim instance As New ODataMessageReaderSettings(other)
public ODataMessageReaderSettings(
ODataMessageReaderSettings other
)
public:
ODataMessageReaderSettings(
ODataMessageReaderSettings^ other
)
new :
other:ODataMessageReaderSettings -> ODataMessageReaderSettings
public function ODataMessageReaderSettings(
other : ODataMessageReaderSettings
)
パラメーター
- other
型: Microsoft.Data.OData.ODataMessageReaderSettings
他のメッセージ リーダーの設定。
関連項目
参照
ODataMessageReaderSettings クラス