StringValues.Count Property

Definition

Overloads

Count

Gets the number of String elements contained in this StringValues.

Count

Source:
StringValues.cs
Source:
StringValues.cs
Source:
StringValues.cs
Source:
StringValues.cs

Gets the number of String elements contained in this StringValues.

public:
 property int Count { int get(); };
public int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer

Property Value

The number of string elements contained in this StringValues.

Implements

Applies to