コード例 #1
0
            public void CopyFrom(SharedData source)
            {
                this.Owner        = source.Owner;
                this.IsDeprecated = source.IsDeprecated;

                SharedData.CopyDictionary(this.CustomProperties, source.CustomProperties);
                SharedData.CopyDictionary(this.DescriptionByLcid, source.DescriptionByLcid);
                SharedData.CopyDictionary(this.LabelsByLcid, source.LabelsByLcid);
            }