添加项目文件。
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace IFC_Revit_Interop
|
||||
{
|
||||
// Token: 0x02000016 RID: 22
|
||||
internal class FileLinkInfo
|
||||
{
|
||||
// Token: 0x04000074 RID: 116
|
||||
public string fileName;
|
||||
|
||||
// Token: 0x04000075 RID: 117
|
||||
public List<LinkInstance> linkInstances;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user