eDriven Framework API
SaveableStringCollection Class
NamespaceseDriven.Gui.Designer.CollectionsSaveableStringCollection
eDriven Framework API
Declaration Syntax
C#Visual BasicVisual C++
[SerializableAttribute]
public class SaveableStringCollection : SaveableCollectionBase<string>, 
	ICloneable
<SerializableAttribute> _
Public Class SaveableStringCollection _
	Inherits SaveableCollectionBase(Of String) _
	Implements ICloneable
[SerializableAttribute]
public ref class SaveableStringCollection : public SaveableCollectionBase<String^>, 
	ICloneable
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
SaveableStringCollection()()()()
Initializes a new instance of the SaveableStringCollection class

Add(T)
Adds an item
(Inherited from SaveableCollectionBase<(Of <(<'T>)>)>.)
Clear()()()() (Inherited from SaveableCollectionBase<(Of <(<'T>)>)>.)
Clone()()()() (Overrides SaveableCollectionBase<(Of <(<'String>)>)>.Clone()()()().)
ComponentAdapter
Component adapter to which the changes will apply
(Inherited from SaveableCollectionBase<(Of <(<'T>)>)>.)
Contains(String)
Count (Inherited from SaveableCollectionBase<(Of <(<'T>)>)>.)
Equals(SaveableCollectionBase<(Of <<'(T>)>>))
Equality operator
(Inherited from SaveableCollectionBase<(Of <(<'T>)>)>.)
Equals(Object) (Inherited from SaveableCollectionBase<(Of <(<'T>)>)>.)
Finalize()()()()
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
FindIndex(Predicate<(Of <<'(T>)>>)) (Inherited from SaveableCollectionBase<(Of <(<'T>)>)>.)
FromList(IList<(Of <<'(String>)>>))
Converts the IList to PersistedList

GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Insert(Int32, T) (Inherited from SaveableCollectionBase<(Of <(<'T>)>)>.)
Item[([( Int32])])
int indexer
(Inherited from SaveableCollectionBase<(Of <(<'T>)>)>.)
Items
Items
(Inherited from SaveableCollectionBase<(Of <(<'T>)>)>.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Remove(T)
Removes an item
(Inherited from SaveableCollectionBase<(Of <(<'T>)>)>.)
Reorder(T, Int32)
Reorders item
(Inherited from SaveableCollectionBase<(Of <(<'T>)>)>.)
Reset()()()()
Resets the collection
(Inherited from SaveableCollectionBase<(Of <(<'T>)>)>.)
ToString()()()() (Overrides Object.ToString()()()().)
Inheritance Hierarchy
Object
SaveableCollectionBase<(Of <(<'String>)>)>
 SaveableStringCollection

Assembly: eDriven.Gui.Designer (Module: eDriven.Gui.Designer) Version: 2.0.1.0 (2.0.1.0)