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

CreateVpcRequestConstructorTests() private method

private CreateVpcRequestConstructorTests ( ) : void
return void
        public void CreateVpcRequestConstructorTests()
        {
            EnsureConstructorExists(typeof(Amazon.EC2.Model.CreateVpcRequest), new System.Type[] { typeof(string), });
        }
EC2ConstructorCustomizationsTests