Web
Docs
Framework
Guide
API
GitHub
Twitter
Get Help
Support/Buy
Settings
.
Count
Property
Namespace
Statiq
.Common
Type
Settings
Constructors
Settings
()
Settings
(IConfigurationRoot)
Method Members
Add
(string,
object)
Add
(KeyValuePair
<string,
object>
)
Clear
()
Contains
(KeyValuePair
<string,
object>
)
ContainsKey
(string)
CopyTo
(KeyValuePair
<string,
object>
[],
int)
GetEnumerator
()
GetRawEnumerator
()
Remove
(string)
Remove
(KeyValuePair
<string,
object>
)
TryGetRaw
(string,
object)
TryGetValue
(string,
object)
WithExecutionState
(IExecutionState)
Property Members
Count
IsReadOnly
Keys
this[string]
Values
Namespace
Statiq
.Common
Containing Type
Settings
Implements
ISettings
.
Count
IReadOnlyCollection
<KeyValuePair
<string,
object>
>
.Count
ICollection
<KeyValuePair
<string,
object>
>
.Count
Property Type
int
Syntax
public int Count { get; }
Value
Type
Description
int
On This Page
Syntax
Value