C# Class System.CodeDom.Tests.CSharpCodeGenerationTests

Inheritance: CodeGenerationTests
Afficher le fichier Open project: dotnet/corefx

Méthodes protégées

Méthode Description
GetEmptyProgramSource ( ) : string
GetProvider ( ) : CodeDomProvider

Private Methods

Méthode Description
AccessingFields ( ) : void
Arrays_SingleDimensional_PrimitiveTypes ( ) : void
Arrays_WithinArrays_Empty_NonPrimitiveTypes ( ) : void
BinaryOperators ( ) : void
CallingMethods ( ) : void
CastingOperations ( ) : void
CharEncoding ( ) : void
ClassWithInstanceFields ( ) : void
ClassWithStaticFields ( ) : void
CodeMemberField_ByRefType_Works ( ) : void
CodeMemberField_OpenGenericType_Works ( ) : void
CodeMemberField_PointerType_Works ( ) : void
Conditionals ( ) : void
DefaultValues ( ) : void
DocComments ( ) : void
ForLoops ( ) : void
GenericTypesAndConstraints ( ) : void
GlobalKeyword ( ) : void
Goto ( ) : void
Indexers ( ) : void
MaskingVariables ( ) : void
MetadataAttributes ( ) : void
MethodWithRefParameter ( ) : void
NamespaceWithMultipleClasses ( ) : void
OperatingOnFields ( ) : void
Params ( ) : void
Properties ( ) : void
ProviderSupports ( ) : void
Provider_Ctor ( ) : void
RegionsSnippetsAndLinePragmas ( ) : void
TryCatchThrow ( ) : void
TypeOf ( ) : void
ValueTypes ( ) : void

Method Details

GetEmptyProgramSource() protected méthode

protected GetEmptyProgramSource ( ) : string
Résultat string

GetProvider() protected méthode

protected GetProvider ( ) : CodeDomProvider
Résultat CodeDomProvider