System.TypedReference.SetTypedReference C# (CSharp) Méthode

SetTypedReference() static private méthode

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