JSIL.Ast.JSIndirectVariable.JSIndirectVariable C# (CSharp) Method

JSIndirectVariable() public method

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

            Variables = variables;
        }