16 lines
283 B
C#
16 lines
283 B
C#
|
|
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;
|
|||
|
|
}
|
|||
|
|
}
|