FactionGuardCollection : CollectionBase, IList, ICollection, IEnumerable
(ctor) FactionGuardCollection()
BaseFactionGuard Item( get; set; )
int Add( BaseFactionGuard value )
bool Contains( BaseFactionGuard value )
FactionGuardCollectionEnumerator GetEnumerator()
int IndexOf( BaseFactionGuard value )
void Insert( int index, BaseFactionGuard value )
void Remove( BaseFactionGuard value )