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

CreateVpnGatewayRequestConstructorTests() 개인적인 메소드

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