|
|
|
@ -169,6 +169,15 @@ namespace ICSharpCode.SharpDevelop.Dom
@@ -169,6 +169,15 @@ namespace ICSharpCode.SharpDevelop.Dom
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Gets if events explicitly implementing an interface require add {} remove {} regions.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public virtual bool RequiresAddRemoveRegionInExplicitInterfaceImplementation { |
|
|
|
|
get { |
|
|
|
|
return false; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Gets the token that denotes a possible beginning of an indexer expression.
|
|
|
|
|
/// </summary>
|
|
|
|
@ -241,6 +250,15 @@ namespace ICSharpCode.SharpDevelop.Dom
@@ -241,6 +250,15 @@ namespace ICSharpCode.SharpDevelop.Dom
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Gets if events explicitly implementing an interface require add {} remove {} regions.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public override bool RequiresAddRemoveRegionInExplicitInterfaceImplementation { |
|
|
|
|
get { |
|
|
|
|
return true; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public override string ToString() |
|
|
|
|
{ |
|
|
|
|
return "[LanguageProperties: C#]"; |
|
|
|
|