다음을 통해 공유


FeatureReference<T>.Update(IFeatureCollection, T) 메서드

정의

기능에 대한 참조를 업데이트.

public:
 T Update(Microsoft::AspNetCore::Http::Features::IFeatureCollection ^ features, T feature);
public T Update (Microsoft.AspNetCore.Http.Features.IFeatureCollection features, T feature);
member this.Update : Microsoft.AspNetCore.Http.Features.IFeatureCollection * 'T -> 'T
Public Function Update (features As IFeatureCollection, feature As T) As T

매개 변수

features
IFeatureCollection

업데이트할 IFeatureCollection입니다.

feature
T

기능의 instance.

반환

T

작업이 완료된 후 에 대한 참조 feature 입니다.

적용 대상