mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-03 00:00:49 +08:00
修改md文档
This commit is contained in:
@@ -273,7 +273,6 @@ namespace Serein.NodeFlow.Model
|
||||
return ConvertHelper.ValueParse<int>(value);
|
||||
}
|
||||
|
||||
|
||||
#endregion
|
||||
|
||||
public static int len(object target)
|
||||
@@ -317,6 +316,11 @@ namespace Serein.NodeFlow.Model
|
||||
return Activator.CreateInstance(type);
|
||||
}
|
||||
|
||||
public static object global(string name)
|
||||
{
|
||||
return SereinEnv.GetFlowGlobalData(name);
|
||||
}
|
||||
|
||||
public static Type type(object type)
|
||||
{
|
||||
return type.GetType();
|
||||
|
||||
Reference in New Issue
Block a user