Exemplo n.º 1
0
 /// <summary>
 /// Convenience method returning the value of the property with
 /// the specified ID. If the property is not available,
 /// <c>null</c> is returned and a subsequent call To {@link
 /// #WasNull} will return <c>true</c> .
 /// </summary>
 /// <param name="id">The property ID</param>
 /// <returns>The property value</returns>
 public override Object GetProperty(int id)
 {
     return(delegate1.GetProperty(id));
 }