SampleClassLibrary Namespace

This is main namespace. See an example of a class diagram in the Remarks.
Classes
 
Name Description
Public class ClassWithGenericMethods A non-generic class with generic methods.
Public class DependencyAndAttachedProps This class serves as a container for demonstrating dependency and attached properties.
Public class GenericClass2<T> A simple generic class (unbound generic type).
Public class GenericClass<T1, T2> More complicated generic class (unbound generic type with constraint) with generic methods. It is used to demonstrate how to create cref links for generic members.
Public class MainClass The main class of SampleClassLibrary.
Public class TextChangedEventArgs Provides data for the MainClass.TextChanged event.
Top
Name Description
Public interface ISampleInterface Example of an interface.
Top
Name Description
Public structure GeneralInfo Represents information about any object.
Top
Name Description
Public enumeration SampleEnum Sample enumeration.
Top
Remarks
 

You can navigate to code elements using clickable class diagram below. The diagram can be placed anywhere, e.g. in summary or Remarks section or in its own section as shown here.

 

System.String CONSTANT_1 CONSTANT_2 EmptyInstance InternalField Info SelectedValue Text GetEnumerator() Method1(System.Int32) Method1(System.String) Method1<T>(System.Int32[], System.String) operator +(SampleClassLibrary.MainClass, SampleClassLibrary.MainClass) TextChanged SampleClassLibrary.MainClass.NestedException SampleClassLibrary.MainClass SampleClassLibrary.SampleEnum

.NET Framework

Supported in: 4.6, 4.5, 4, 3.5, 3.0, 2.0, 1.1, 1.0

.NET Core

Supported in: 1.0, 1.1, 2.0

.NET Standard

Supported in: 2.0

Xamarin.Android

Supported in: 7.1

Portable Class Library

Supported in: Portable Class Library

In this article

Definition