C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
System.Collections.Generic
Stack(T) Class
Stack(T) Properties
Count Property
Stack
T
Count Property
Gets the number of elements contained in the
Stack
T
.
Namespace:
System.Collections.Generic
Assembly:
CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax
C#
Copy
public
int
Count
{
get
; }
Return Value
Type:
Int32
The number of elements contained in the
Stack
T
.
Implements
ICollection
Count
See Also
Reference
Stack
T
Class
System.Collections.Generic Namespace