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