IronRuby.Runtime.Calls.VersionHandle.VersionHandle C# (CSharp) Method

VersionHandle() private method

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