DynamicPropertyExtension Class

Extension methods for DynamicProperty.

Definition

Namespace: FolkerKinzel.CsvTools.Mappings
Assembly: FolkerKinzel.CsvTools.Mappings (in FolkerKinzel.CsvTools.Mappings.dll) Version: 1.1.0+1263e8243dc2cd78095f678f813d7d9c52ea4315
C#
public static class DynamicPropertyExtension
Inheritance
Object    DynamicPropertyExtension

Methods

AsITypedPropertyT Casts a DynamicProperty to a ITypedPropertyT in order to have type safe access to its Value without having to use dynamic .NET properties ("late binding").

See Also