Interface IFileReferenceFactory
Interface for a factory to create IFileReference
Namespace: FellowOakDicom.IO
Assembly: fo-dicom.core.dll
Syntax
public interface IFileReferenceFactory
Methods
Create(String)
Declaration
IFileReference Create(string fileName)
Parameters
Type | Name | Description |
---|---|---|
System.String | fileName |
Returns
Type | Description |
---|---|
IFileReference |