Boo.Lang.Compiler.Steps.ProcessMethodBodies.ClearResolutionCacheFor C# (CSharp) 메소드

ClearResolutionCacheFor() 보호된 메소드

protected ClearResolutionCacheFor ( string name ) : void
name string
리턴 void
        protected void ClearResolutionCacheFor(string name)
        {
            NameResolutionService.ClearResolutionCacheFor(name);
        }
ProcessMethodBodies