Skip to main content

ClassWithMinimalDocs Class

Namespace: CloudNimble.DotNetDocs.Tests.Shared.EdgeCases
Assembly: CloudNimble.DotNetDocs.Tests.Shared.dll

📋 Definition

/// <summary>
/// A class with minimal documentation.
/// </summary>
public class ClassWithMinimalDocs

📝 Summary

A class with minimal documentation.

🎯 Members

SimpleProperty

/// <summary>
/// Gets or sets the value.
/// </summary>
public string SimpleProperty { get; set; }
Gets or sets the value.
This class has basic summary documentation but lacks detailed parameter, return, and example documentation.