SyncParameterCollection Class

A collection of SyncParameter objects.

System.Object
  System.Collections.ObjectModel.Collection(Of SyncParameter)
    Microsoft.Synchronization.Data.SyncParameterCollection

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

'Declaration
<SerializableAttribute> _
Public NotInheritable Class SyncParameterCollection _
	Inherits Collection(Of SyncParameter)
'Usage
Dim instance As SyncParameterCollection

The SyncParameterCollection type exposes the following members.

  NameDescription
Public methodSyncParameterCollectionInitializes a new instance of the SyncParameterCollection class.
Top

  NameDescription
Public propertyCount (Inherited from Collection(Of SyncParameter).)
Public propertyItem(Int32) (Inherited from Collection(Of SyncParameter).)
Public propertyItem(String)Gets a SyncParameter object from the collection when given a parameter name.
Protected propertyItems (Inherited from Collection(Of SyncParameter).)
Top

  NameDescription
Public methodAdd(T) (Inherited from Collection(Of SyncParameter).)
Public methodAdd(String, Object)Adds a SyncParameter to the end of the collection when given a parameter name and value.
Public methodClear (Inherited from Collection(Of SyncParameter).)
Protected methodClearItems (Inherited from Collection(Of SyncParameter).)
Public methodContains(String)Determines whether a SyncParameter object with the specified name is in the collection.
Public methodContains(T) (Inherited from Collection(Of SyncParameter).)
Public methodCopyTo (Inherited from Collection(Of SyncParameter).)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator (Inherited from Collection(Of SyncParameter).)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf(String)Searches for a SyncParameter object when given a parameter name, and returns the zero-based index of the first occurrence within the entire collection.
Public methodIndexOf(T) (Inherited from Collection(Of SyncParameter).)
Public methodInsert (Inherited from Collection(Of SyncParameter).)
Protected methodInsertItem (Inherited from Collection(Of SyncParameter).)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove(String)Removes the first occurrence of a SyncParameter object from the collection when given a parameter name.
Public methodRemove(T) (Inherited from Collection(Of SyncParameter).)
Public methodRemoveAt (Inherited from Collection(Of SyncParameter).)
Protected methodRemoveItem (Inherited from Collection(Of SyncParameter).)
Protected methodSetItem (Inherited from Collection(Of SyncParameter).)
Public methodToString (Inherited from Object.)
Top

  NameDescription
Explicit interface implemetationPrivate methodIList.Add (Inherited from Collection(Of SyncParameter).)
Explicit interface implemetationPrivate methodIList.Contains (Inherited from Collection(Of SyncParameter).)
Explicit interface implemetationPrivate methodICollection.CopyTo (Inherited from Collection(Of SyncParameter).)
Explicit interface implemetationPrivate methodIEnumerable.GetEnumerator (Inherited from Collection(Of SyncParameter).)
Explicit interface implemetationPrivate methodIList.IndexOf (Inherited from Collection(Of SyncParameter).)
Explicit interface implemetationPrivate methodIList.Insert (Inherited from Collection(Of SyncParameter).)
Explicit interface implemetationPrivate propertyIList.IsFixedSize (Inherited from Collection(Of SyncParameter).)
Explicit interface implemetationPrivate propertyICollection(Of T).IsReadOnly (Inherited from Collection(Of SyncParameter).)
Explicit interface implemetationPrivate propertyIList.IsReadOnly (Inherited from Collection(Of SyncParameter).)
Explicit interface implemetationPrivate propertyICollection.IsSynchronized (Inherited from Collection(Of SyncParameter).)
Explicit interface implemetationPrivate propertyIList.Item (Inherited from Collection(Of SyncParameter).)
Explicit interface implemetationPrivate methodIList.Remove (Inherited from Collection(Of SyncParameter).)
Explicit interface implemetationPrivate propertyICollection.SyncRoot (Inherited from Collection(Of SyncParameter).)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: