C# 클래스 Microsoft.CSharp.RuntimeBinder.Semantics.MethPropWithInst

상속: MethPropWithType
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
Clear ( ) : void
MethPropWithInst ( ) : System.Diagnostics
MethPropWithInst ( MethodOrPropertySymbol mps, AggregateType ats ) : System.Diagnostics
MethPropWithInst ( MethodOrPropertySymbol mps, AggregateType ats, TypeArray typeArgs ) : System.Diagnostics
Set ( MethodOrPropertySymbol mps, AggregateType ats, TypeArray typeArgs ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

MethPropWithInst() 공개 메소드

public MethPropWithInst ( ) : System.Diagnostics
리턴 System.Diagnostics

MethPropWithInst() 공개 메소드

public MethPropWithInst ( MethodOrPropertySymbol mps, AggregateType ats ) : System.Diagnostics
mps MethodOrPropertySymbol
ats AggregateType
리턴 System.Diagnostics

MethPropWithInst() 공개 메소드

public MethPropWithInst ( MethodOrPropertySymbol mps, AggregateType ats, TypeArray typeArgs ) : System.Diagnostics
mps MethodOrPropertySymbol
ats AggregateType
typeArgs TypeArray
리턴 System.Diagnostics

Set() 공개 메소드

public Set ( MethodOrPropertySymbol mps, AggregateType ats, TypeArray typeArgs ) : void
mps MethodOrPropertySymbol
ats AggregateType
typeArgs TypeArray
리턴 void