KellermanSoftware.CompareNetObjectsTests.TestClasses.PrimitivePropertiesNullable.Setup C# (CSharp) Method

Setup() public method

public Setup ( ) : void
return void
        public void Setup()
        {
            //Instance Propertys Setup
            BooleanProperty = null;
            ByteProperty = null;
            SByteProperty = null;
            IntProperty = null;
            LongProperty = null;
            Int16Property = null;
            UInt16Property = null;
            Int32Property = null;
            UInt32Property = null;
            Int64Property = null;
            UInt64Property = null;
            CharProperty = null;
            DoubleProperty = null;
            FloatProperty = null;

            //Static Propertys Setup
            BooleanPropertyStatic = null;
            BytePropertyStatic = null;
            SBytePropertyStatic = null;
            IntPropertyStatic = null;
            LongPropertyStatic = null;
            Int16PropertyStatic = null;
            UInt16PropertyStatic = null;
            Int32PropertyStatic = null;
            UInt32PropertyStatic = null;
            Int64PropertyStatic = null;
            UInt64PropertyStatic = null;
            CharPropertyStatic = null;
            DoublePropertyStatic = null;
            FloatPropertyStatic = null;
        }
        #endregion
PrimitivePropertiesNullable