Infer.NET Documentation
ExampleAttribute Class
Infer.NET code documentationMicrosoftResearch.InferExampleAttribute
Microsoft Research, Cambridge
Attribute used to label classes containing code examples. The examples browser will use this information to organise the code examples
Declaration Syntax
C#Visual BasicVisual C++
public class ExampleAttribute : Attribute
Public Class ExampleAttribute _
	Inherits Attribute
public ref class ExampleAttribute : public Attribute
Members
All MembersConstructorsProperties



IconMemberDescription
ExampleAttribute(String, String)
Creates a new ExamplesViewer attribute with a specified category and description

Category
Category of the example

Description
Description of the example

Prefix
Prefix

Inheritance Hierarchy
Object
Attribute
 ExampleAttribute

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