다음을 통해 공유


CallInfo.ArgumentNames 속성

정의

인수 이름입니다.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ ArgumentNames { System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<string> ArgumentNames { get; }
member this.ArgumentNames : System.Collections.ObjectModel.ReadOnlyCollection<string>
Public ReadOnly Property ArgumentNames As ReadOnlyCollection(Of String)

속성 값

인수 이름의 읽기 전용 컬렉션입니다.

적용 대상