Share via


IRuleLanguageConverter.Load Method

Definition

public:
 void Load(System::IO::Stream ^ input, [Runtime::InteropServices::Out] Microsoft::RuleEngine::VocabularyDictionary ^ % vocabularies, [Runtime::InteropServices::Out] Microsoft::RuleEngine::RuleSetDictionary ^ % ruleSets);
public void Load (System.IO.Stream input, out Microsoft.RuleEngine.VocabularyDictionary vocabularies, out Microsoft.RuleEngine.RuleSetDictionary ruleSets);
abstract member Load : System.IO.Stream * VocabularyDictionary * RuleSetDictionary -> unit
Public Sub Load (input As Stream, ByRef vocabularies As VocabularyDictionary, ByRef ruleSets As RuleSetDictionary)

Parameters

input
Stream
vocabularies
VocabularyDictionary

Applies to