Наследование: BindableBase, IBioVersionedNativeObject
		protected BioVersionedNativeObject(BioVersionedNativeObject other)
		{
			if (other == null)
			{
				ThrowHelper.ThrowArgumentNullException(nameof(other));
			}

			InstanceVersion = other.InstanceVersion;
		}
Пример #2
0
        protected BioVersionedNativeObject(BioVersionedNativeObject other)
        {
            if (other == null)
            {
                ThrowHelper.ThrowArgumentNullException(nameof(other));
            }

            InstanceVersion = other.InstanceVersion;
        }