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