Microsoft.Bek.Frontend.AST.ident.GetBoundVars C# (CSharp) Method

GetBoundVars() public method

public GetBoundVars ( ) : IEnumerable
return IEnumerable
        public IEnumerable<ident> GetBoundVars()
        {
            if (IsVar)
                yield return this;
        }