Exemplo n.º 1
0
 /// <summary>
 /// Returns the type of the FREObject.
 /// </summary>
 /// <param name="freObject"></param>
 /// <returns></returns>
 public static FreObjectTypeSharp Type(this FREObject freObject) => FreSharpHelper.GetType(freObject);
Exemplo n.º 2
0
 /// <summary>
 /// Returns the type of the FREObject
 /// </summary>
 /// <param name="inFre"></param>
 /// <returns></returns>
 public static FreObjectTypeSharp Type(this FREObject inFre) => FreSharpHelper.GetType(inFre);
Exemplo n.º 3
0
 /// <summary>
 /// Returns the type of the FreObjectSharp.
 /// </summary>
 public FreObjectTypeSharp Type() => FreSharpHelper.GetType(_rawValue);