CCNet.Build.Common.BinaryReference.EnsureNotGlobal C# (CSharp) Метод

EnsureNotGlobal() приватный Метод

Makes sure current reference is not taken from global collection.
private EnsureNotGlobal ( ) : void
Результат void
		private void EnsureNotGlobal()
		{
			if (IsGlobal)
				throw new InvalidOperationException("Global reference cannot be updated.");
		}