System.ReflectionLibrary.Set C# (CSharp) Method

Set() public static method

public static Set ( Type type, string info, object data ) : bool
type Type
info string
data object
return bool
        public static bool Set(this Type type, string info, object data) =>
            type.SetData(info, data) || type.Assign(info, data);

Same methods

ReflectionLibrary::Set ( object o, string info, object data ) : bool
ReflectionLibrary::Set ( Type type, string info, data ) : bool
ReflectionLibrary::Set ( object o, string info, data ) : bool