StringSourceList ClassNFX Class Library

[This is preliminary documentation and is subject to change.]

Represents a list of strings used as source text
Inheritance Hierarchy

OnlineSystem Object
  OnlineSystem.Collections.Generic List StringSource 
    NFX.CodeAnalysis.Source StringSourceList

Namespace: NFX.CodeAnalysis.Source
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public class StringSourceList : List<StringSource>
See Also