DeclaredConstructors Property

TypeInfo.DeclaredConstructors Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets a collection of the constructors declared by the current type.

Namespace:  System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

'Declaration
Public Overridable ReadOnly Property DeclaredConstructors As IEnumerable(Of ConstructorInfo)

Property Value

Type: System.Collections.Generic.IEnumerable(Of ConstructorInfo)
A collection of the constructors declared by the current type.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft