Version

ReflectionHelper.CustomTypeBasedProperty Constructor

Syntax
'Declaration
 
Public Function New( _
   ByVal sPropName As System.String, _
   ByVal tPropType As System.Type, _
   ByVal tParent As System.Type, _
   ByVal delToGet As ReflectionHelper.GetCustomPropDel _
)
public ReflectionHelper.CustomTypeBasedProperty( 
   System.string sPropName,
   System.Type tPropType,
   System.Type tParent,
   ReflectionHelper.GetCustomPropDel delToGet
)
public: ReflectionHelper.CustomTypeBasedProperty( 
   System.string* sPropName,
   System.Type* tPropType,
   System.Type* tParent,
   ReflectionHelper.GetCustomPropDel* delToGet
)

Parameters

sPropName
tPropType
tParent
delToGet
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also