public void InterfaceProperty()
        {
            InterfaceProperty inter = new InterfaceProperty(controller, "File");

            inter.DataType      = new DataType(controller, "int");
            inter.HasNewKeyword = true;

            Assert.That(inter.IsTheSame(inter.Clone(), ComparisonDepth.Outer), Is.True);
        }
        public void InterfaceProperty()
        {
            InterfaceProperty inter = new InterfaceProperty(controller, "File");
            inter.DataType = new DataType(controller,"int");
            inter.HasNewKeyword = true;

            Assert.That(inter.IsTheSame(inter.Clone(), ComparisonDepth.Outer), Is.True);
        }