| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim instance As EncodeableFactory Dim systemType As Type instance.AddEncodeableType(systemType) | |
| C# | |
|---|---|
| public void AddEncodeableType( Type systemType ) | |
Parameters
- systemType
- The underlying system type to add to the factory
            Adds an extension type to the factory.
            
            
            
            
            
            Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
    
    