Kirikiri.Tjs2.VariantClosure.GetCount C# (CSharp) Method

GetCount() public method

public GetCount ( IntWrapper result, string memberName, Dispatch2 objThis ) : int
result IntWrapper
memberName string
objThis Dispatch2
return int
        public virtual int GetCount(IntWrapper result, string memberName, Dispatch2 objThis
            )
        {
            if (mObject == null)
            {
                throw new TJSException(Error.NullAccess);
            }
            return mObject.GetCount(result, memberName, mObjThis != null ? mObjThis : (objThis
                 != null ? objThis : mObject));
        }