System.Data.Tests.ConstraintTest.GetExtendedProperties C# (CSharp) Méthode

GetExtendedProperties() private méthode

private GetExtendedProperties ( ) : void
Résultat void
        public void GetExtendedProperties()
        {
            PropertyCollection col = _constraint1.ExtendedProperties as
                PropertyCollection;

            Assert.NotNull(col);
        }
    }