C# 클래스 Microsoft.CSharp.RuntimeBinder.Semantics.NamespaceOrAggregateSymbol
파일 보기
프로젝트 열기: dotnet/corefx
1 사용 예제들
공개 메소드들
메소드 |
설명 |
|
AddDecl ( Microsoft.CSharp.RuntimeBinder.Semantics.Declaration decl ) : void |
|
|
DeclFirst ( ) : Microsoft.CSharp.RuntimeBinder.Semantics.Declaration |
|
|
메소드 상세
public AddDecl ( Microsoft.CSharp.RuntimeBinder.Semantics.Declaration decl ) : void |
decl |
Microsoft.CSharp.RuntimeBinder.Semantics.Declaration |
|
리턴 |
void |
|
public DeclFirst ( ) : Microsoft.CSharp.RuntimeBinder.Semantics.Declaration |
리턴 |
Microsoft.CSharp.RuntimeBinder.Semantics.Declaration |
|