C# Class Microsoft.CSharp.RuntimeBinder.Semantics.NamespaceOrAggregateSymbol

Inheritance: Microsoft.CSharp.RuntimeBinder.Semantics.ParentSymbol
Mostra file Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
AddDecl ( Microsoft.CSharp.RuntimeBinder.Semantics.Declaration decl ) : void
DeclFirst ( ) : Microsoft.CSharp.RuntimeBinder.Semantics.Declaration

Method Details

AddDecl() public method

public AddDecl ( Microsoft.CSharp.RuntimeBinder.Semantics.Declaration decl ) : void
decl Microsoft.CSharp.RuntimeBinder.Semantics.Declaration
return void

DeclFirst() public method

public DeclFirst ( ) : Microsoft.CSharp.RuntimeBinder.Semantics.Declaration
return Microsoft.CSharp.RuntimeBinder.Semantics.Declaration