AjTalk.Language.NativeObjectBehavior.IsNil C# (CSharp) Method

IsNil() private method

private IsNil ( System.Machine machine, object self, object arguments ) : object
machine System.Machine
self object
arguments object
return object
        private object IsNil(Machine machine, object self, object[] arguments)
        {
            return self == null;
        }