Exemplo n.º 1
0
 /// <summary>
 /// Convenience method returning the value of a bool property
 /// with the specified ID. If the property is not available,
 /// <c>false</c> 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
 /// <c>false</c>.
 /// </summary>
 /// <param name="id">The property ID</param>
 /// <returns>The property value</returns>
 public override bool GetPropertyBooleanValue(int id)
 {
     return(delegate1.GetPropertyBooleanValue(id));
 }