C# (CSharp) ICSharpCode.NRefactory6.CSharp 네임스페이스

중첩된 네임스페이스

ICSharpCode.NRefactory6.CSharp.CodeCompletion
ICSharpCode.NRefactory6.CSharp.Completion
ICSharpCode.NRefactory6.CSharp.Features
ICSharpCode.NRefactory6.CSharp.ParameterHinting

클래스들

이름 설명
TextPasteIndentEngine Represents a decorator of an IStateMachineIndentEngine instance that provides logic for text paste events.
TextPasteUtils Defines some helper methods for dealing with text-paste events.
TextPasteUtils.PlainTextPasteStrategy Doesn't do any formatting. Serves as the default strategy.
TextPasteUtils.StringLiteralPasteStrategy Escapes chars in the given text so that they don't break a valid string literal.
TextPasteUtils.TextPasteStrategies Wrapper that discovers all defined text-paste strategies and defines a way to easily access them through their PasteStrategy type.
TextPasteUtils.VerbatimStringPasteStrategy Escapes chars in the given text so that they don't break a valid verbatim string.