ProposalCollection(String, IReadOnlyList<ProposalBase>) Constructor
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 ProposalCollection (string sourceName, System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Language.Proposals.ProposalBase> initialProposals);
new Microsoft.VisualStudio.Language.Proposals.ProposalCollection : string * System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Language.Proposals.ProposalBase> -> Microsoft.VisualStudio.Language.Proposals.ProposalCollection
Public Sub New (sourceName As String, initialProposals As IReadOnlyList(Of ProposalBase))
Parameters
- sourceName
- String
- initialProposals
- IReadOnlyList<ProposalBase>