Boo.Lang.Compiler.Steps.ResolveTypeReferences.OnGenericTypeReference C# (CSharp) 메소드

OnGenericTypeReference() 공개 메소드

public OnGenericTypeReference ( GenericTypeReference node ) : void
node Boo.Lang.Compiler.Ast.GenericTypeReference
리턴 void
        public override void OnGenericTypeReference(GenericTypeReference node)
        {
            NameResolutionService.ResolveSimpleTypeReference(node);
        }