IPersistableList Interface Members
See Also  Properties Methods 
SourceCode.Framework Namespace : IPersistableList Interface

Glossary Item Box

The following tables list the members exposed by IPersistableList.

Public Properties

  Name Description
Property Count  
Top

Public Methods

  Name Description
Method Add When implemented by a class, adds and item of type "object" to the PersistableList object.  
Method Clear When implemented by a class, removes all the items from the PersistableList.  
Method Contains  
Method CreateNonPublicInstance  
Method GetEnumerator (Inherited from System.Collections.IEnumerable)
Method IndexOf  
Method Insert  
Method Remove  
Top

See Also