예제 #1
0
    protected bool FlagFinish(long key)
    {
        int index = mObjectList.IndexOf(key);

        if (index != -1)
        {
            mObjectFinishStateList[index] = true;
            return(true);
        }
        return(false);
    }