Infer.NET Documentation
ExampleAttribute Constructor (category, description)
Infer.NET code documentationMicrosoftResearch.InferExampleAttributeExampleAttribute(String, String)
Microsoft Research, Cambridge
Creates a new ExamplesViewer attribute with a specified category and description
Declaration Syntax
C#Visual BasicVisual C++
public ExampleAttribute(
	string category,
	string description
)
Public Sub New ( _
	category As String, _
	description As String _
)
public:
ExampleAttribute(
	String^ category, 
	String^ description
)
Parameters
category (String)
Category of the example
description (String)
Description of the example

Assembly: Infer.Compiler (Module: Infer.Compiler) Version: 2.3.41111.0 (2.3.41111.0)