JSIL.Ast.JSIndirectVariable.JSIndirectVariable C# (CSharp) 메소드

JSIndirectVariable() 공개 메소드

public JSIndirectVariable ( JSVariable>.IDictionary variables, string identifier, MethodReference function ) : System
variables JSVariable>.IDictionary
identifier string
function Mono.Cecil.MethodReference
리턴 System
        public JSIndirectVariable (IDictionary<string, JSVariable> variables, string identifier, MethodReference function)
            : base(identifier, variables[identifier].IdentifierType, function) {

            Variables = variables;
        }