Rosetta.Translation.NestedElementTranslationUnit.NestedElementTranslationUnit C# (CSharp) Method

NestedElementTranslationUnit() protected method

Initializes a new instance of the NestedElementTranslationUnit.
protected NestedElementTranslationUnit ( ) : System
return System
        protected NestedElementTranslationUnit()
            : this(AutomaticNestingLevel)
        {
            this.nestingLevel = AutomaticNestingLevel;
            this.formatter = null;
        }

Same methods

NestedElementTranslationUnit::NestedElementTranslationUnit ( NestedElementTranslationUnit other ) : System
NestedElementTranslationUnit::NestedElementTranslationUnit ( int nestingLevel ) : System