IRuleLanguageConverter.Load 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:
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
- ruleSets
- RuleSetDictionary