fShareInfos
error = fShareInfos.PushBack(extendedInfo);
return fShareInfos.Count();
if (index < 0 || index >= fShareInfos.Count())
return fShareInfos.ElementAt(index);
Vector<ExtendedShareInfo*> fShareInfos;
Vector<ShareInfo> fShareInfos;
int32 count = fShareInfos.Count();
visitor->Visit(this, fShareInfos.ElementAt(i));
int32 count = fShareInfos.Count();
flattener->Visit(this, fShareInfos.ElementAt(i));
error = fShareInfos.PushBack(shareInfo);
return fShareInfos.Count();
return fShareInfos.ElementAt(index);
fShareInfos.MakeEmpty();
int32 count = other.fShareInfos.Count();
fShareInfos.PushBack(other.fShareInfos.ElementAt(i));