Table of Contents

Method GetProperties

Namespace
Alternet.TsTypedefsGenerator.Core.TsModels
Assembly
Alternet.Common.TypeScript.v9.dll

GetProperties(BindingFlags)

When overridden in a derived class, searches for the properties of the current Type, using the specified binding constraints.

public override PropertyInfo[] GetProperties(BindingFlags bindingAttr)

Parameters

bindingAttr BindingFlags

A bitmask comprised of one or more BindingFlags that specify how the search is conducted.-or- Zero, to return null.

Returns

PropertyInfo[]

An array of PropertyInfo objects representing all properties of the current Type that match the specified binding constraints.-or- An empty array of type PropertyInfo, if the current Type does not have properties, or if none of the properties match the binding constraints.