• Home
  • VB.Net
  • 2D
  • Application
  • Class
  • Data Structure
  • Data Types
  • Database ADO.net
  • Date Time
  • Development
  • Event
  • File Directory
  • Generics
  • GUI
  • Internationalization I18N
  • Language Basics
  • LINQ
  • Network Remote
  • Reflection
  • Security
  • Thread
  • Windows Presentation Foundation
  • Windows System
  • XML
  • XML LINQ

NameObjectCollectionBase « Data Structure « VB.Net






  1. VB.Net
  2. Data Structure
  3. NameObjectCollectionBase
1.NameObjectCollectionBase.BaseAdd adds an entry with the key and value into NameObjectCollectionBase instance.
2.NameObjectCollectionBase.BaseClear Method removes all entries from the NameObjectCollectionBase instance.
3.NameObjectCollectionBase.BaseGet Method gets value at the specified index of the NameObjectCollectionBase instance.
4.NameObjectCollectionBase.BaseGetAllKeys Method returns a String array that contains all the keys
5.NameObjectCollectionBase.BaseHasKeys Method tells whether the NameObjectCollectionBase instance contains entries whose keys are not Nothing.
6.NameObjectCollectionBase.BaseRemove Method removes entries with the specified key
7.NameObjectCollectionBase.BaseSet Method sets the value of the entry at the specified index
8.NameObjectCollectionBase.IsReadOnly Property tells whether the NameObjectCollectionBase instance is read-only.

java2s.com  | © Demo Source and Support. All rights reserved.