'Declaration Public Shared Function GetOptionValue(Of T As {New, Struct})( _ ByVal stack As FileSystemOperationOptionStack, _ ByVal previousStacks As ICollection(Of FileSystemOperationOptionStack) _ ) As Nullable(Of T)
'Usage Dim stack As FileSystemOperationOptionStack Dim previousStacks As ICollection(Of FileSystemOperationOptionStack) Dim value As Nullable(Of T) value = FileSystemOperationOptionStack.GetOptionValue(Of T)(stack, previousStacks)
public static Nullable<T> GetOptionValue<T>( FileSystemOperationOptionStack stack, ICollection<FileSystemOperationOptionStack> previousStacks ) where T: new(), struct
Parameters
- stack
- previousStacks
Type Parameters
- T