Class InputListExtensions
Inheritance
System.Object
InputListExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi
Assembly: Pulumi.dll
Syntax
public static class InputListExtensions
Methods
View SourceAdd<T, U>(InputList<Union<T, U>>, Input<T>)
Declaration
public static void Add<T, U>(this InputList<Union<T, U>> list, Input<T> value)
Parameters
Type | Name | Description |
---|---|---|
InputList<Union<T, U>> | list | |
Input<T> | value |
Type Parameters
Name | Description |
---|---|
T | |
U |
Add<T, U>(InputList<Union<T, U>>, Input<U>)
Declaration
public static void Add<T, U>(this InputList<Union<T, U>> list, Input<U> value)
Parameters
Type | Name | Description |
---|---|---|
InputList<Union<T, U>> | list | |
Input<U> | value |
Type Parameters
Name | Description |
---|---|
T | |
U |