Namespace: MonoSoftware.Core
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public override Object GetValue(
	Object component
)
Visual Basic
Public Overrides Function GetValue ( 
	component As Object
) As Object
Visual C++
public:
virtual Object^ GetValue(
	Object^ component
) override
F#
abstract GetValue : 
        component : Object -> Object 
override GetValue : 
        component : Object -> Object 

Parameters

component
Type: System..::..Object

Return Value

Type: Object

See Also