AWSSDK_DotNet35.UnitTests.TestTools.EC2ConstructorCustomizationsTests.EnsureConstructorExists C# (CSharp) Method

EnsureConstructorExists() public method

public EnsureConstructorExists ( System type, System constructorParams ) : void
type System
constructorParams System
return void
        void EnsureConstructorExists(System.Type type, System.Type[] constructorParams)
        {
            Assert.IsNotNull(type.GetConstructor(constructorParams));
        }
    }
EC2ConstructorCustomizationsTests