[Missing <summary> documentation for "M:NHibernate.Tuple.Component.AbstractComponentTuplizer.GetPropertyValue(System.Object,System.Int32)"]

Namespace: NHibernate.Tuple.Component
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public virtual Object GetPropertyValue(
	Object component,
	int i
)
Visual Basic
Public Overridable Function GetPropertyValue ( _
	component As Object, _
	i As Integer _
) As Object
Visual C++
public:
virtual Object^ GetPropertyValue(
	Object^ component, 
	int i
)

Parameters

component
Type: System..::..Object

[Missing <param name="component"/> documentation for "M:NHibernate.Tuple.Component.AbstractComponentTuplizer.GetPropertyValue(System.Object,System.Int32)"]

i
Type: System..::..Int32

[Missing <param name="i"/> documentation for "M:NHibernate.Tuple.Component.AbstractComponentTuplizer.GetPropertyValue(System.Object,System.Int32)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Tuple.Component.AbstractComponentTuplizer.GetPropertyValue(System.Object,System.Int32)"]

Implements

ITuplizer..::..GetPropertyValue(Object, Int32)

See Also