Parameter

March 18, 2026 ยท View on GitHub

Namespace: Microsoft.AI.Foundry.Local

public class Parameter : System.IEquatable`1[[Microsoft.AI.Foundry.Local.Parameter, Microsoft.AI.Foundry.Local, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]

Inheritance Object โ†’ Parameter
Implements IEquatable<Parameter>
Attributes NullableContextAttribute, NullableAttribute, RequiredMemberAttribute

Properties

Name

public string Name { get; set; }

Property Value

String

Value

public string Value { get; set; }

Property Value

String

Constructors

Parameter()

Caution

Constructors of types with required members are not supported in this version of your compiler.


public Parameter()

Methods

ToString()

public string ToString()

Returns

String

GetHashCode()

public int GetHashCode()

Returns

Int32

Equals(Object)

public bool Equals(object obj)

Parameters

obj Object

Returns

Boolean

Equals(Parameter)

public bool Equals(Parameter other)

Parameters

other Parameter

Returns

Boolean

<Clone>$()

public Parameter <Clone>$()

Returns

Parameter