public void SetPlishedAttrId(int Index, BagExtraAttrIdObjWraper v) { if (Index < 0 || Index >= (int)m_PlishedAttrId.Count) { return; } m_PlishedAttrId[Index] = v; }
public void AddPlishedAttrId(BagExtraAttrIdObjWraper v) { m_PlishedAttrId.Add(v); }