예제 #1
0
 /// <summary>
 /// Check if this type is assignable from otherType
 /// </summary>
 /// <param name="otherType"></param>
 /// <returns></returns>
 internal virtual bool IsAssignableFrom(EdmType otherType)
 {
     return(Helper.IsAssignableFrom(this, otherType));
 }