Returns the collection of properties.

Namespace:  PerpetuumSoft.Framework.Serialization
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

C#
Hashtable GetProperties(
	Object target
)
Visual Basic (Declaration)
Function GetProperties ( _
	target As Object _
) As Hashtable
Visual C++
Hashtable^ GetProperties(
	Object^ target
)

Parameters

target
Type: System..::.Object

See Also