ICSharpCode.NRefactory.MonoCSharp.DynamicExpressionStatement.GetBinder C# (CSharp) Method

GetBinder() protected method

protected GetBinder ( string name, Location loc ) : MemberAccess
name string
loc Location
return MemberAccess
		protected MemberAccess GetBinder (string name, Location loc)
		{
			return new MemberAccess (new TypeExpression (binder_type, loc), name, loc);
		}
	}