[Missing <summary> documentation for "T:NHibernate.Bytecode.Lightweight.SetterCallback"]

Namespace: NHibernate.Bytecode.Lightweight
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public delegate void SetterCallback(
	Object obj,
	int index,
	Object value
)
Visual Basic
Public Delegate Sub SetterCallback ( _
	obj As Object, _
	index As Integer, _
	value As Object _
)
Visual C++
public delegate void SetterCallback(
	Object^ obj, 
	int index, 
	Object^ value
)

Parameters

obj
Type: System..::..Object
index
Type: System..::..Int32
value
Type: System..::..Object

See Also