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

DeleteVpnGatewayRequestConstructorTests() 개인적인 메소드

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