C# 클래스 CommonComposition.CompositionExtensions.NamedParameterInfo

상속: DelegatingParameterInfo
파일 보기 프로젝트 열기: netfx/CommonComposition

공개 메소드들

메소드 설명
GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
NamedParameterInfo ( ParameterInfo parameter, string name ) : System

메소드 상세

GetCustomAttributes() 공개 메소드

public GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
attributeType System.Type
inherit bool
리턴 object[]

NamedParameterInfo() 공개 메소드

public NamedParameterInfo ( ParameterInfo parameter, string name ) : System
parameter System.Reflection.ParameterInfo
name string
리턴 System