Implemented interface member:
property
Count
System.Collections.ICollection.Count
8 references to Count
System (1)
sys\system\configuration\SettingsBase.cs (1)
127
if (ppcv.
Count
> 0) {
System.Web (1)
Profile\SqlProfileProvider.cs (1)
210
if (username == null || username.Length < 1 || properties.
Count
< 1)
System.Web.Extensions (6)
ClientServices\Providers\ClientSettingsProvider.cs (6)
264
if (_PropertyValues.
Count
< _Properties.Count)
276
if (propertyValueCollection == null || propertyValueCollection.
Count
< 1)
448
bool anyFailures = (_PropertyValues.
Count
< _Properties.Count);
755
cd.SettingsNames = new string[values.
Count
];
756
cd.SettingsStoredAs = new string[values.
Count
];
757
cd.SettingsValues = new string[values.
Count
];