Table of Contents

Class Class1.Issue8665 Preview

Namespace
BuildFromProject
Assembly
BuildFromProject.dll
public class Class1.Issue8665

Inheritance

Inherited Members

Constructors

Issue8665()

public Issue8665()

Issue8665(int)

public Issue8665(int foo)

Parameters

foo int

Issue8665(int, char)

public Issue8665(int foo, char bar)

Parameters

foo int
bar char

Issue8665(int, char, string)

public Issue8665(int foo, char bar, string baz)

Parameters

foo int
bar char
baz string

Properties

Bar

public char Bar { get; }

Property Value

char

Baz

public string Baz { get; }

Property Value

string

Foo

public int Foo { get; }

Property Value

int