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