Пример #1
0
		/// <summary>
		/// Copy this to <paramref name="other"/>
		/// </summary>
		/// <param name="other">Other instance</param>
		/// <returns></returns>
		public CommonTextEditorOptions CopyTo(CommonTextEditorOptions other) {
			base.CopyTo(other);
			other.ContentType = ContentType;
			other.ContentTypeString = ContentTypeString;
			return other;
		}