AWSSDK_DotNet35.UnitTests.TestTools.EC2ConstructorCustomizationsTests.CreateKeyPairRequestConstructorTests C# (CSharp) Method

CreateKeyPairRequestConstructorTests() private method

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