[This is preliminary documentation and is subject to change.]
A context that can hold analysis result as TObject.
This class is useful for cases like dynamic language parsers (i.e. JSON)
System Object NFX.CodeAnalysis CommonCodeProcessor NFX.CodeAnalysis ObjectResultAnalysisContext TObject NFX.CodeAnalysis.JSON JSONData NFX.CodeAnalysis.Laconfig LaconfigDataNamespace: NFX.CodeAnalysisAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public abstract class ObjectResultAnalysisContext<TObject> : CommonCodeProcessor,
IAnalysisContext, ICodeProcessor
where TObject : class
public abstract class ObjectResultAnalysisContext<TObject> : CommonCodeProcessor,
IAnalysisContext, ICodeProcessor
where TObject : class
Public MustInherit Class ObjectResultAnalysisContext(Of TObject As Class)
Inherits CommonCodeProcessor
Implements IAnalysisContext, ICodeProcessor
Public MustInherit Class ObjectResultAnalysisContext(Of TObject As Class)
Inherits CommonCodeProcessor
Implements IAnalysisContext, ICodeProcessor
generic<typename TObject>
where TObject : ref class
public ref class ObjectResultAnalysisContext abstract : public CommonCodeProcessor,
IAnalysisContext, ICodeProcessor
generic<typename TObject>
where TObject : ref class
public ref class ObjectResultAnalysisContext abstract : public CommonCodeProcessor,
IAnalysisContext, ICodeProcessor
[<AbstractClassAttribute>]
type ObjectResultAnalysisContext<'TObject when 'TObject : not struct> =
class
inherit CommonCodeProcessor
interface IAnalysisContext
interface ICodeProcessor
end
[<AbstractClassAttribute>]
type ObjectResultAnalysisContext<'TObject when 'TObject : not struct> =
class
inherit CommonCodeProcessor
interface IAnalysisContext
interface ICodeProcessor
end
- TObject