[ Version ( since = "3.34" ) ]
public unowned Property? @get (uint index)
Returns the Property at the given index
.
If the index
is out of bounds (not lower than get_count
), then null is returned.
The returned property is owned by the this and should not be freed by the caller.
this | |
index |
an index of the property to get |
the Property at the given |