IronPython.Compiler.Ast.Expression.CheckDelete C# (CSharp) Метод

CheckDelete() приватный Метод

private CheckDelete ( ) : string
Результат string
        internal virtual string CheckDelete() {
            return "can't delete " + NodeName;
        }

Usage Example

Пример #1
0
 internal override string CheckDelete()
 {
     return(Value.CheckDelete());
 }
All Usage Examples Of IronPython.Compiler.Ast.Expression::CheckDelete