Unity.IL2CPP.MethodCollector.AssertNotComplete C# (CSharp) Method

AssertNotComplete() private method

private AssertNotComplete ( ) : void
return void
        private void AssertNotComplete()
        {
            if (this._complete)
            {
                throw new InvalidOperationException("Once Complete() has been called, items cannot be added");
            }
        }