Skip to content

Commit

Permalink
Update XML documentation for ModelMeshContentCollection
Browse files Browse the repository at this point in the history
  • Loading branch information
AristurtleDev committed Jun 3, 2024
1 parent f6d94a1 commit baf78fe
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@

namespace Microsoft.Xna.Framework.Content.Pipeline.Processors
{
/// <summary>
/// A collection of <see cref="ModelMeshPartContent"/> objects.
/// </summary>
public sealed class ModelMeshContentCollection : ReadOnlyCollection<ModelMeshContent>
{
internal ModelMeshContentCollection(IList<ModelMeshContent> list)
Expand Down

0 comments on commit baf78fe

Please sign in to comment.