예제 #1
0
 /// <summary>
 /// Gets the property of a FREObject
 /// </summary>
 /// <param name="inFre"></param>
 /// <param name="name">Name of the property</param>
 /// <returns></returns>
 public static FREObject GetProp(this FREObject inFre, string name)
 {
     return(FreSharpHelper.GetProperty(inFre, name));
 }