ISfcReferenceCollectionResolver<T,S>.ResolveCollection Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public System.Collections.Generic.IEnumerable<T> ResolveCollection (S instance, object[] args);
abstract member ResolveCollection : 'S * obj[] -> seq<'T>
Public Function ResolveCollection (instance As S, args As Object()) As IEnumerable(Of T)
Parameters
- instance
- S
- args
- Object[]
Returns
IEnumerable<T>