IronPython.Runtime.Types.ReflectedEvent.TryDeleteValue C# (CSharp) 메소드

TryDeleteValue() 개인적인 메소드

private TryDeleteValue ( CodeContext context, object instance, IronPython.Runtime.Types.PythonType owner ) : bool
context CodeContext
instance object
owner IronPython.Runtime.Types.PythonType
리턴 bool
        internal override bool TryDeleteValue(CodeContext/*!*/ context, object instance, PythonType owner) {
            Assert.NotNull(context, owner);
            throw ReadOnlyException(DynamicHelpers.GetPythonTypeFromType(Info.DeclaringType));
        }