System.TypedReference.SetTypedReference C# (CSharp) Method

SetTypedReference() static private method

static private SetTypedReference ( object target, object value ) : void
target object
value object
return void
        internal static void SetTypedReference(object target, object value)
        {
            throw new NotSupportedException();
        }
    }