System.Runtime.Caching.SRef.SRef C# (CSharp) Method

SRef() private method

private SRef ( Object target ) : System
target Object
return System
        internal SRef (Object target) {
            _sizedRef = target;
        }