[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Assembly: DNExtObjects (in DNExtObjects.dll) Version: 1.1.4679.19819 (1.1.0.0)
Gibt eine Aufzählung mit allen geeigneten Eigenschaften eines Typen zurück.
Namespace: DynamicNode.Ext.ObjectsAssembly: DNExtObjects (in DNExtObjects.dll) Version: 1.1.4679.19819 (1.1.0.0)
Syntax
| C# |
|---|
public static IEnumerable<PropertyInfo> GetProperties( Type t, bool mustBeStatic ) |
| Visual Basic |
|---|
Public Shared Function GetProperties ( _ t As Type, _ mustBeStatic As Boolean _ ) As IEnumerable(Of PropertyInfo) |
| F# |
|---|
static member GetProperties : t:Type * mustBeStatic:bool -> IEnumerable<PropertyInfo> |
Parameters
- t
- Type: System..::..Type
Ein Type.
- mustBeStatic
- Type: System..::..Boolean
Die Eigenschaften müssen statisch sein, falls true übergeben wird, sonst müssen sie dynamisch sein.