Esempio n. 1
0
 /// <summary>
 /// Get a Velocity Runtime property.
 /// </summary>
 /// <param name="key">property to retrieve</param>
 /// <returns>
 /// property value or null if the property not currently set
 /// </returns>
 public Object GetProperty(String key)
 {
     return(runtimeInstance.GetProperty(key));
 }
 /// <summary>  Get a Velocity Runtime property.
 ///
 /// </summary>
 /// <param name="key">property to retrieve
 /// </param>
 /// <returns> property value or null if the property
 /// not currently set
 /// </returns>
 public virtual object GetProperty(string key)
 {
     return(ri.GetProperty(key));
 }