AWSSDK_DotNet35.UnitTests.TestTools.EC2ConstructorCustomizationsTests.CreateCustomerGatewayRequestConstructorTests C# (CSharp) 메소드

CreateCustomerGatewayRequestConstructorTests() 개인적인 메소드

private CreateCustomerGatewayRequestConstructorTests ( ) : void
리턴 void
        public void CreateCustomerGatewayRequestConstructorTests()
        {
            EnsureConstructorExists(typeof(Amazon.EC2.Model.CreateCustomerGatewayRequest), new System.Type[] { typeof(GatewayType), typeof(string), typeof(int), });
        }
EC2ConstructorCustomizationsTests