Skip to content

aeff39c3 97f6 437b 2e78 a6eb8b644a61

Fernando Garcia edited this page May 8, 2018 · 1 revision

PropertiesModel.Count Property

Additional header content

Gets the number of elements contained in the ICollection(T).

Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public int Count { get; }

VB

Public ReadOnly Property Count As Integer
	Get

Property Value

Type: Int32
[Missing documentation for "P:iTin.Export.Model.PropertiesModel.Count"]

Return Value

Type: Int32
The number of elements contained in the ICollection(T).

Implements

ICollection(T).Count

Remarks

[Missing documentation for "P:iTin.Export.Model.PropertiesModel.Count"]

See Also

Reference

PropertiesModel Class
iTin.Export.Model Namespace

Clone this wiki locally