Unity.IL2CPP.MethodCollector.AssertNotComplete C# (CSharp) Méthode

AssertNotComplete() private méthode

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