This PR adds documentation to most methods accessed by library users, as well as several structs and enums, specifically Ordering and Embedding, via C# XML documentation comments. This allows developers to see an overview of the methods and objects they're using, as well as the descriptions for the parameters being provided. This information is displayed automatically through the IDE, primarily through IntelliSense, as seen below.
This PR adds documentation to most methods accessed by library users, as well as several structs and enums, specifically Ordering and Embedding, via C# XML documentation comments. This allows developers to see an overview of the methods and objects they're using, as well as the descriptions for the parameters being provided. This information is displayed automatically through the IDE, primarily through IntelliSense, as seen below.