SyncTableCollection Members
Represents a collection of SyncTable objects.
The following tables list the members exposed by the SyncTableCollection type.
Public Constructors
Name | Description | |
---|---|---|
SyncTableCollection | Initializes a new instance of the SyncTableCollection class. |
Top
Public Properties
(see also Protected Properties )
Name | Description | |
---|---|---|
Count | (Inherited from Collection.) | |
Item | Overloaded. |
Top
Protected Properties
Name | Description | |
---|---|---|
Items | (Inherited from Collection.) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Add | Overloaded. Adds a SyncTable object to the end of the collection. | |
Clear | (Inherited from Collection.) | |
Contains | Overloaded. Determines whether a specific SyncTable object is in the collection. | |
CopyTo | (Inherited from Collection.) | |
Equals | Overloaded. (Inherited from Object.) | |
GetEnumerator | (Inherited from Collection.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IndexOf | Overloaded. Searches for the specified SyncTable object and returns the zero-based index of the first occurrence within the entire collection. | |
Insert | (Inherited from Collection.) | |
ReferenceEquals | (Inherited from Object.) | |
Remove | Overloaded. Removes the first occurrence of a specific SyncTable object from the collection. | |
RemoveAt | (Inherited from Collection.) | |
ToString | (Inherited from Object.) |
Top
Protected Methods
Name | Description | |
---|---|---|
ClearItems | (Inherited from Collection.) | |
Finalize | (Inherited from Object.) | |
InsertItem | Overloaded. Overridden. Inserts a SyncTable object into the collection. | |
MemberwiseClone | (Inherited from Object.) | |
RemoveItem | (Inherited from Collection.) | |
SetItem | Overloaded. Overridden. Replaces a specific SyncTable object. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
System.Collections.ICollection.CopyTo | (Inherited from Collection.) | |
System.Collections.IEnumerable.GetEnumerator | (Inherited from Collection.) | |
System.Collections.IList.Add | (Inherited from Collection.) | |
System.Collections.IList.Contains | (Inherited from Collection.) | |
System.Collections.IList.IndexOf | (Inherited from Collection.) | |
System.Collections.IList.Insert | (Inherited from Collection.) | |
System.Collections.IList.Remove | (Inherited from Collection.) | |
System.Collections.Generic.ICollection.IsReadOnly | (Inherited from Collection.) | |
System.Collections.ICollection.IsSynchronized | (Inherited from Collection.) | |
System.Collections.ICollection.SyncRoot | (Inherited from Collection.) | |
System.Collections.IList.IsFixedSize | (Inherited from Collection.) | |
System.Collections.IList.IsReadOnly | (Inherited from Collection.) | |
System.Collections.IList.Item | (Inherited from Collection.) |
Top
See Also
Reference
SyncTableCollection Class
Microsoft.Synchronization.Data Namespace