Skip to main content

Class Class1

Namespace: DocFxToTemplate.Example1
Assembly: DocFxToTemplate.Example1.dll
Source: src/example/DocFxToTemplate.Example1/Class1.cs#L3

src/example/DocFxToTemplate.Example1/Class1.cs#L3
public class Class1

Inheritance:
object <- Class1

Inherited Members:
object.Equals(object, object), object.Equals(object), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object, object), object.ToString()

Properties

Property1

src/example/DocFxToTemplate.Example1/Class1.cs#L7
public string Property1 { get; set; }

Property value

string

Fields

_field1

src/example/DocFxToTemplate.Example1/Class1.cs#L5
public string _field1

Field value

string

Methods

Method1(string)

src/example/DocFxToTemplate.Example1/Class1.cs#L9
public Task Method1(string input1)

Parameters

input1 string

Returns

Task