feat: 初始化 fl-knowledge 仓库 - 防雷项目源码
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
using System.Collections;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace Microsoft.Office.Interop.Word;
|
||||
|
||||
[ComImport]
|
||||
[CompilerGenerated]
|
||||
[Guid("0002095A-0000-0000-C000-000000000046")]
|
||||
[TypeIdentifier]
|
||||
public interface Sections : IEnumerable
|
||||
{
|
||||
void _VtblGap1_9();
|
||||
|
||||
[DispId(0)]
|
||||
Section this[[In] int Index]
|
||||
{
|
||||
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
|
||||
[DispId(0)]
|
||||
[return: MarshalAs(UnmanagedType.Interface)]
|
||||
get;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user