[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Assembly: DNExtCockpit (in DNExtCockpit.dll) Version: 1.0.4679.19815 (1.0.0.0)
Gibt die Hilfmethode zum Lesen eines Eigenschaftswertes
aus einem IPropertyReader zurück.
Namespace: DynamicNode.Ext.CockpitAssembly: DNExtCockpit (in DNExtCockpit.dll) Version: 1.0.4679.19815 (1.0.0.0)
Syntax
| C# |
|---|
public CockpitPropertyReader<T> ReadMethod { get; private set; } |
| Visual Basic |
|---|
Public Property ReadMethod As CockpitPropertyReader(Of T) Get Private Set |
| F# |
|---|
member ReadMethod : CockpitPropertyReader<'T> with get, private set |