/// <summary>
 /// Creates a child property for the given index.
 /// </summary>
 /// <param name="index">The index to create a child for.</param>
 /// <returns>
 /// The created child.
 /// </returns>
 protected override InspectorProperty CreateChild(int index)
 {
     return(InspectorProperty.Create(this.Property.Tree, this.Property, null, index));
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Creates a child property for the given index.
 /// </summary>
 /// <param name="index">The index to create a child for.</param>
 /// <returns>
 /// The created child.
 /// </returns>
 protected override InspectorProperty CreateChild(int index)
 {
     return(InspectorProperty.Create(this.Property.Tree, this.Property, this.info.GroupInfos[index], index));
 }