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
Value
public string Value { get; set; }
Property Value
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
GetHashCode()
public int GetHashCode()
Returns
Equals(Object)
public bool Equals(object obj)
Parameters
obj Object
Returns
Equals(Parameter)
public bool Equals(Parameter other)
Parameters
other Parameter
Returns
<Clone>$()
public Parameter <Clone>$()