EndpointMetadataCollection 생성자

정의

오버로드

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

메타데이터 항목입니다.

적용 대상