示例#1
0
 // <summary>
 // Check if this type is assignable from otherType
 // </summary>
 internal virtual bool IsAssignableFrom(EdmType otherType)
 {
     return(Helper.IsAssignableFrom(this, otherType));
 }