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

CreateTagsRequestConstructorTests() private method

private CreateTagsRequestConstructorTests ( ) : void
return void
        public void CreateTagsRequestConstructorTests()
        {
            EnsureConstructorExists(typeof(Amazon.EC2.Model.CreateTagsRequest), new System.Type[] { typeof(List<string>), typeof(List<Tag>), });
        }
EC2ConstructorCustomizationsTests