AWSSDK_DotNet35.UnitTests.TestTools.CloudFrontConstructorCustomizationsTests.EnsureConstructorExists C# (CSharp) 메소드

EnsureConstructorExists() 공개 메소드

public EnsureConstructorExists ( System type, System constructorParams ) : void
type System
constructorParams System
리턴 void
        void EnsureConstructorExists(System.Type type, System.Type[] constructorParams)
        {
            Assert.IsNotNull(type.GetConstructor(constructorParams));
        }
    }