MixinRefactoring.FieldSyntaxReader.FieldSyntaxReader C# (CSharp) Method

FieldSyntaxReader() public method

public FieldSyntaxReader ( Microsoft.CodeAnalysis.SemanticModel semantic ) : Microsoft.CodeAnalysis
semantic Microsoft.CodeAnalysis.SemanticModel
return Microsoft.CodeAnalysis
        public FieldSyntaxReader(SemanticModel semantic):base(semantic)
        {           
        }