[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 Feldern 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<FieldInfo> GetFields( Type t ) |
Visual Basic |
---|
Public Shared Function GetFields ( _ t As Type _ ) As IEnumerable(Of FieldInfo) |
F# |
---|
static member GetFields : t:Type -> IEnumerable<FieldInfo> |
Parameters
- t
- Type: System..::..Type
Ein Type.