'Declaration
Public Interface ILoadableFromFileAndStream
Remarks
This interface is designed for objects that can be initialized or populated from external sources such as files or streams. It supports loading from a simple file path, a stream, or a stream with an associated base URI for resolving relative paths or URIs within the loaded data.