Exemple #1
0
 /// <summary>
 /// Convenience method returning the value of the numeric
 /// property with the specified ID. If the property is not
 /// available, 0 is returned. A subsequent call To {@link #WasNull}
 /// will return <c>true</c> To let the caller distinguish
 /// that case from a real property value of 0.
 /// </summary>
 /// <param name="id">The property ID</param>
 /// <returns>The propertyIntValue value</returns>
 public override int GetPropertyIntValue(int id)
 {
     return(delegate1.GetPropertyIntValue(id));
 }