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

NestedElementTranslationUnit() protected method

Copy initializes a new instance of the NestedElementTranslationUnit.
For testability.
protected NestedElementTranslationUnit ( NestedElementTranslationUnit other ) : System
other NestedElementTranslationUnit
return System
        protected NestedElementTranslationUnit(NestedElementTranslationUnit other)
        {
            this.nestingLevel = other.nestingLevel;
            this.formatter = other.formatter;
            this.formatterProvider = other.formatterProvider;
        }

Same methods

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