SDKDocGenerator.Writers.ConstructorWriter.ConstructorWriter C# (CSharp) 메소드

ConstructorWriter() 공개 메소드

public ConstructorWriter ( GenerationManifest artifacts, FrameworkVersion version, ConstructorInfoWrapper constructorInfo ) : System
artifacts GenerationManifest
version FrameworkVersion
constructorInfo ConstructorInfoWrapper
리턴 System
        public ConstructorWriter(GenerationManifest artifacts, FrameworkVersion version, ConstructorInfoWrapper constructorInfo)
            : base(artifacts, version, constructorInfo)
        {
            this._constructorInfo = constructorInfo;
        }