Gammtek.Conduit.MassEffect3.SFXGame.BioVersionedNativeObject.BioVersionedNativeObject C# (CSharp) Метод

BioVersionedNativeObject() защищенный Метод

protected BioVersionedNativeObject ( BioVersionedNativeObject other ) : Gammtek.Conduit.ComponentModel
other BioVersionedNativeObject
Результат Gammtek.Conduit.ComponentModel
		protected BioVersionedNativeObject(BioVersionedNativeObject other)
		{
			if (other == null)
			{
				ThrowHelper.ThrowArgumentNullException(nameof(other));
			}

			InstanceVersion = other.InstanceVersion;
		}

Same methods

BioVersionedNativeObject::BioVersionedNativeObject ( int instanceVersion = DefaultInstanceVersion ) : Gammtek.Conduit.ComponentModel
BioVersionedNativeObject