AWSSDK_DotNet35.UnitTests.TestTools.EC2ConstructorCustomizationsTests.CreateKeyPairRequestConstructorTests C# (CSharp) Méthode

CreateKeyPairRequestConstructorTests() private méthode

private CreateKeyPairRequestConstructorTests ( ) : void
Résultat void
        public void CreateKeyPairRequestConstructorTests()
        {
            EnsureConstructorExists(typeof(Amazon.EC2.Model.CreateKeyPairRequest), new System.Type[] { typeof(string), });
        }
EC2ConstructorCustomizationsTests