IsolatedStorageSettings.Count Method
Include Protected Members
Include Inherited Members
Returns the number of elements in a sequence.
Overload List
Name | Description | |
---|---|---|
Count() | Returns the number of elements in a sequence. (Defined by Enumerable.) | |
Count(Func<KeyValuePair<String, Object>, Boolean>) | Returns a number that represents how many elements in the specified sequence satisfy a condition. (Defined by Enumerable.) |
Top