NoSqlite ORM nosqlite
Sqlite ORM for Unity
Loading...
Searching...
No Matches
NoSqlite.Helpers.ReflectionHelper Class Reference

Reflection helper. More...

Static Public Member Functions

static bool IsNullable (Type type)
 True if the object is nullable.
 
static void Copy (object from, object to)
 Copies all attributes from one object to another.
 

Detailed Description

Reflection helper.

Member Function Documentation

◆ Copy()

static void NoSqlite.Helpers.ReflectionHelper.Copy ( object from,
object to )
static

Copies all attributes from one object to another.

Parameters
from
to

◆ IsNullable()

static bool NoSqlite.Helpers.ReflectionHelper.IsNullable ( Type type)
static

True if the object is nullable.

Template Parameters
T
Parameters
obj
Returns

The documentation for this class was generated from the following file: