Exemplo n.º 1
0
 /**
  * Gets the key associated to a given value.
  */
 public PdfName GetKey(TValue value)
 {
     return(BaseDataObject.GetKey(value.BaseObject));
 }