Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

bb46ded5 dd8d 203c 19f4 d50dda88ef8f

haplokuon edited this page May 6, 2023 · 1 revision

Count Property

netDxf 3.0.0 Library

Gets the number of object contained in the collection.

Definition

Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public int Count { get; }

VB

Public ReadOnly Property Count As Integer
	Get

C++

public:
virtual property int Count {
	int get () sealed;
}

F#

abstract Count : int with get
override Count : int with get

Property Value

Int32

Implements

ICollection(T).Count

See Also

Reference

ObservableCollection(T) Class
netDxf.Collections Namespace

Clone this wiki locally