Skip to content

Commit 3004a19

Browse files
Update BinaryImport.md
1 parent c64e298 commit 3004a19

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Documentation/BinaryImport.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ public BinaryImportAttribute(
1010
MethodType methodType = MethodType.Sync,
1111
SourceType sourceType = SourceType.Connection,
1212
AccessModifier accessModifier = AccessModifier.AsContainingClass,
13-
AsyncResult asyncResultType = AsyncResult.ValueTask
13+
AsyncResult asyncResultType = AsyncResult.ValueTask,
14+
Type asPartInterface = null
1415
)
1516

1617
```

0 commit comments

Comments
 (0)