예제 #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);
예제 #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);
예제 #3
0
 /// <summary>
 /// Returns the type of the FreObjectSharp.
 /// </summary>
 public FreObjectTypeSharp Type() => FreSharpHelper.GetType(_rawValue);