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

ResetImageAttributeRequestConstructorTests() 개인적인 메소드

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