IronRuby.Builtins.DecimalOps.Size C# (CSharp) Method

Size() private method

private Size ( object self ) : int
self object
return int
        public static int Size(object/*!*/ self) {
            return sizeof(decimal);
        }
    }