Unity.IL2CPP.MethodCollector.AssertNotComplete C# (CSharp) Метод

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

private AssertNotComplete ( ) : void
Результат void
        private void AssertNotComplete()
        {
            if (this._complete)
            {
                throw new InvalidOperationException("Once Complete() has been called, items cannot be added");
            }
        }