API Reference › Shared
SwiftlyOptionsFactory`1
ClassNamespace: SwiftlyS2.Shared · Assembly: SwiftlyS2.CS2.dll
public class SwiftlyOptionsFactory<T> : IOptionsFactory<T> where T : class, new()Inherits object
Implements IOptionsFactory<T>
Custom options factory that prevents Microsoft's default merge behavior. Config file values completely replace code defaults instead of merging.
View source