Microsoft.R.Core.AST.AstRoot.Contains C# (CSharp) Method

Contains() public method

public Contains ( int position ) : bool
position int
return bool
        public override bool Contains(int position) {
            return position >= Start && position <= End;
        }
        #endregion