Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ public void BeginStruct(in StructDesc desc)

public void BeginMarkerInterface(string[]? baseTypeNames)
{
WriteIndented("public interface Interface");
WriteIndented("public partial interface Interface");

if (baseTypeNames is not null)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ public int GetType(int objA, int objB)
}}
}}

public interface Interface
public partial interface Interface
{{
int GetType(int obj);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ public int GetType(int obj)
}}
}}

public interface Interface
public partial interface Interface
{{
int GetType(int objA, int objB);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ public int GetType(int objA, int objB)
return lpVtbl->GetType2((MyStruct*)Unsafe.AsPointer(ref this), objA, objB);
}}

public interface Interface
public partial interface Interface
{{
int GetType(int obj);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ public int GetType(int obj)
return lpVtbl->GetType2((MyStruct*)Unsafe.AsPointer(ref this), obj);
}}

public interface Interface
public partial interface Interface
{{
int GetType(int objA, int objB);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ public int GetType(int objA, int objB)
return lpVtbl->GetType2((MyStruct*)Unsafe.AsPointer(ref this), objA, objB);
}}

public interface Interface
public partial interface Interface
{{
int GetType(int obj);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ public int GetType(int obj)
return lpVtbl->GetType2((MyStruct*)Unsafe.AsPointer(ref this), obj);
}}

public interface Interface
public partial interface Interface
{{
int GetType(int objA, int objB);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ public int GetType(int objA, int objB)
return lpVtbl->GetType2((MyStruct*)Unsafe.AsPointer(ref this), objA, objB);
}}

public interface Interface
public partial interface Interface
{{
int GetType(int obj);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ public int GetType(int obj)
return lpVtbl->GetType2((MyStruct*)Unsafe.AsPointer(ref this), obj);
}}

public interface Interface
public partial interface Interface
{{
int GetType(int objA, int objB);

Expand Down