DataDictionary.Generated.RequirementSetReference.copyTo C# (CSharp) Method

copyTo() public method

public copyTo ( RequirementSetReference other ) : void
other RequirementSetReference
return void
        public void copyTo(RequirementSetReference other)
        {
            base.copyTo(other);
            other.aTarget = aTarget;
        }