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");
            }
        }