Skip to content

Commit

Permalink
Updated docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Uralstech committed Dec 21, 2024
1 parent 8373cc5 commit 0d8cf04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docsrc/Get-started-with-CSAELs.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ a [PrimaryConstructorAttribute](~/api/EzrSquared.Runtime.Types.Wrappers.Members.

### ezr² Object -> C# Object

The method responsible for converting `IEzrObject`s to C# objects is [`EzrWrapper.EzrObjectToCSharp`](~/api/EzrSquared.Runtime.Types.Wrappers.EzrWrapper-1.yml).
The method responsible for converting `IEzrObject`s to C# objects is [`EzrWrapper.EzrObjectToCSharp`](~/api/EzrSquared.Runtime.Types.Wrappers.EzrWrapper-1.yml#EzrSquared_Runtime_Types_Wrappers_EzrWrapper_1_EzrObjectToCSharp_EzrSquared_Runtime_Types_IEzrObject_System_Type_EzrSquared_Runtime_RuntimeResult_).

The following table shows which C# types can be converted from which ezr² objects.

Expand Down Expand Up @@ -136,7 +136,7 @@ is an `EzrNothing` or tries to convert the object to the underlying type of the

### C# Object -> ezr² Object

The method responsible for converting C# objects to `IEzrObject`s is [`EzrWrapper.CSharpToEzrObject`](~/api/EzrSquared.Runtime.Types.Wrappers.EzrWrapper-1.yml).
The method responsible for converting C# objects to `IEzrObject`s is [`EzrWrapper.CSharpToEzrObject`](~/api/EzrSquared.Runtime.Types.Wrappers.EzrWrapper-1.yml#EzrSquared_Runtime_Types_Wrappers_EzrWrapper_1_CSharpToEzrObject_System_Object_System_Type_EzrSquared_Runtime_RuntimeResult_).

The following table shows which C# types are natively supported:

Expand Down

0 comments on commit 0d8cf04

Please sign in to comment.