IronRuby.Runtime.Calls.VersionHandle.VersionHandle C# (CSharp) 메소드

VersionHandle() 개인적인 메소드

private VersionHandle ( int method ) : System
method int
리턴 System
        internal VersionHandle(int method) {
            Method = method;
        }