Class InputListExtensions
Inherited Members
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 |