VisitPropertyObject Delegate

Definition

Represents a property object to visit.

public delegate void VisitPropertyObject(int propertyIndex, System::Object ^ value);
public delegate void VisitPropertyObject(int propertyIndex, object value);
type VisitPropertyObject = delegate of int * obj -> unit
Public Delegate Sub VisitPropertyObject(propertyIndex As Integer, value As Object)

Parameters

propertyIndex
Int32

The index of the property.

value
Object

The value.

Applies to