Unity.IL2CPP.MetadataUsageCollectorComponent.Dispose C# (CSharp) Method

Dispose() public method

public Dispose ( ) : void
return void
        public void Dispose()
        {
            this._types.Clear();
            this._typeInfos.Clear();
            this._inflatedMethods.Clear();
            this._fieldInfos.Clear();
            this._stringLiterals.Clear();
        }