IronRuby.Runtime.RubyInstanceData.RubyInstanceData C# (CSharp) Метод

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

private RubyInstanceData ( ) : System.Collections.Generic
Результат System.Collections.Generic
        internal RubyInstanceData() {
            _objectId = Interlocked.Increment(ref _CurrentObjectId);
        }

Same methods

RubyInstanceData::RubyInstanceData ( int id ) : System.Collections.Generic