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