示例#1
0
 /// <summary>
 /// Determines whether this property value is eligible for copying when duplicating an object
 /// </summary>
 /// <returns>true if this property value should be copied into the duplicate object</returns>
 public bool ShouldDuplicateValue()
 {
     return(Native_UProperty.ShouldDuplicateValue(Address));
 }