EndpointMetadataCollection コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
EndpointMetadataCollection(IEnumerable<Object>) |
新しい EndpointMetadataCollection を作成します。 |
EndpointMetadataCollection(Object[]) |
新しい EndpointMetadataCollection を作成します。 |
EndpointMetadataCollection(IEnumerable<Object>)
新しい EndpointMetadataCollection を作成します。
public:
EndpointMetadataCollection(System::Collections::Generic::IEnumerable<System::Object ^> ^ items);
public EndpointMetadataCollection (System.Collections.Generic.IEnumerable<object> items);
new Microsoft.AspNetCore.Http.EndpointMetadataCollection : seq<obj> -> Microsoft.AspNetCore.Http.EndpointMetadataCollection
Public Sub New (items As IEnumerable(Of Object))
パラメーター
- items
- IEnumerable<Object>
メタデータ項目。
適用対象
EndpointMetadataCollection(Object[])
新しい EndpointMetadataCollection を作成します。
public:
EndpointMetadataCollection(... cli::array <System::Object ^> ^ items);
public EndpointMetadataCollection (params object[] items);
new Microsoft.AspNetCore.Http.EndpointMetadataCollection : obj[] -> Microsoft.AspNetCore.Http.EndpointMetadataCollection
Public Sub New (ParamArray items As Object())
パラメーター
- items
- Object[]
メタデータ項目。