共用方式為


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[]

中繼資料專案。

適用於