コード例 #1
0
 public void TearDown()
 {
     datatype = null;
 }
コード例 #2
0
 private bool IsAssignableToCore(UndefinedType self, IType type) => true;
コード例 #3
0
 public void SetUp()
 {
     datatype = new UndefinedType();
 }
コード例 #4
0
 private bool IsAssignableToWithSubstitutionsCore(UndefinedType self, IType type, ICollection <Substitution> substitutions)
 {
     return(true);
 }