次の方法で共有


EndpointMetadataCollection コンストラクター

定義

オーバーロード

EndpointMetadataCollection(IEnumerable<Object>)

新しい EndpointMetadataCollection を作成します。

EndpointMetadataCollection(Object[])

新しい EndpointMetadataCollection を作成します。

EndpointMetadataCollection(IEnumerable<Object>)

ソース:
EndpointMetadataCollection.cs
ソース:
EndpointMetadataCollection.cs

新しい 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.cs
ソース:
EndpointMetadataCollection.cs

新しい 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[]

メタデータ項目。

適用対象