AjTalk.Language.NativeObjectBehavior.IfNil C# (CSharp) 메소드

IfNil() 개인적인 메소드

private IfNil ( System.Machine machine, object self, object arguments ) : object
machine System.Machine
self object
arguments object
리턴 object
        private object IfNil(Machine machine, object self, object[] arguments)
        {
            return null;
        }