Méthode | Description | |
---|---|---|
Rewrite ( IAddressableExpression addressableExpression ) : IAddressableExpression |
Rewrites the given addressable expression.
|
|
Rewrite ( IAliasForType aliasForType ) : IAliasForType |
Rewrites the alias for type
|
|
Rewrite ( IAliasMember aliasMember ) : IAliasMember |
Rewrites the alias for type member.
|
|
Rewrite ( IArrayTypeReference arrayTypeReference ) : IArrayTypeReference |
Rewrites the array type reference.
|
|
Rewrite ( IAssembly assembly ) : IAssembly |
Rewrites the given assembly.
|
|
Rewrite ( IAssemblyReference assemblyReference ) : IAssemblyReference |
Rewrites the given assembly reference.
|
|
Rewrite ( IBlockStatement block ) : IBlockStatement |
Rewrites the given statement block.
|
|
Rewrite ( ICatchClause catchClause ) : ICatchClause |
Rewrites the given catch clause.
|
|
Rewrite ( ICompileTimeConstant constant ) : ICompileTimeConstant |
Rewrites the given compile time constant.
|
|
Rewrite ( ICustomAttribute customAttribute ) : ICustomAttribute |
Rewrites the given custom attribute.
|
|
Rewrite ( ICustomModifier customModifier ) : ICustomModifier |
Rewrites the given custom modifier.
|
|
Rewrite ( IEventDefinition eventDefinition ) : IEventDefinition |
Rewrites the given event definition.
|
|
Rewrite ( IAddition addition ) : IExpression |
Rewrites the given addition.
|
|
Rewrite ( IAddressDereference addressDereference ) : IExpression |
Rewrites the given address dereference expression.
|
|
Rewrite ( IAddressOf addressOf ) : IExpression |
Rewrites the given AddressOf expression.
|
|
Rewrite ( IAnonymousDelegate anonymousDelegate ) : IExpression |
Rewrites the given anonymous delegate expression.
|
|
Rewrite ( IArrayIndexer arrayIndexer ) : IExpression |
Rewrites the given array indexer expression.
|
|
Rewrite ( IAssignment assignment ) : IExpression |
Rewrites the given assignment expression.
|
|
Rewrite ( IBinaryOperation binaryOperation ) : IExpression |
Rewrites the given bitwise and expression.
|
|
Rewrite ( IBitwiseAnd bitwiseAnd ) : IExpression |
Rewrites the given bitwise and expression.
|
|
Rewrite ( IBitwiseOr bitwiseOr ) : IExpression |
Rewrites the given bitwise or expression.
|
|
Rewrite ( IBlockExpression blockExpression ) : IExpression |
Rewrites the given block expression.
|
|
Rewrite ( IBoundExpression boundExpression ) : IExpression |
Rewrites the given bound expression.
|
|
Rewrite ( ICastIfPossible castIfPossible ) : IExpression |
Rewrites the cast-if-possible expression.
|
|
Rewrite ( ICheckIfInstance checkIfInstance ) : IExpression |
Rewrites the given check-if-instance expression.
|
|
Rewrite ( IConditional conditional ) : IExpression |
Rewrites the given conditional expression.
|
|
Rewrite ( IConversion conversion ) : IExpression |
Rewrites the given conversion expression.
|
|
Rewrite ( ICreateArray createArray ) : IExpression |
Rewrites the given array creation expression.
|
|
Rewrite ( ICreateDelegateInstance createDelegateInstance ) : IExpression |
Rewrites the anonymous object creation expression.
|
|
Rewrite ( ICreateObjectInstance createObjectInstance ) : IExpression |
Rewrites the given constructor call expression.
|
|
Rewrite ( IDefaultValue defaultValue ) : IExpression |
Rewrites the given defalut value expression.
|
|
Rewrite ( IDivision division ) : IExpression |
Rewrites the given division expression.
|
|
Rewrite ( IDupValue dupValue ) : IExpression |
Rewrites the given dup value expression.
|
|
Rewrite ( IEquality equality ) : IExpression |
Rewrites the given equality expression.
|
|
Rewrite ( IExclusiveOr exclusiveOr ) : IExpression |
Rewrites the given exclusive or expression.
|
|
Rewrite ( IExpression expression ) : IExpression |
Rewrites the given expression.
|
|
Rewrite ( IGetTypeOfTypedReference getTypeOfTypedReference ) : IExpression |
Rewrites the given get type of typed reference expression.
|
|
Rewrite ( IGetValueOfTypedReference getValueOfTypedReference ) : IExpression |
Rewrites the given get value of typed reference expression.
|
|
Rewrite ( IGreaterThan greaterThan ) : IExpression |
Rewrites the given greater-than expression.
|
|
Rewrite ( IGreaterThanOrEqual greaterThanOrEqual ) : IExpression |
Rewrites the given greater-than-or-equal expression.
|
|
Rewrite ( ILeftShift leftShift ) : IExpression |
Rewrites the given left shift expression.
|
|
Rewrite ( ILessThan lessThan ) : IExpression |
Rewrites the given less-than expression.
|
|
Rewrite ( ILessThanOrEqual lessThanOrEqual ) : IExpression |
Rewrites the given less-than-or-equal expression.
|
|
Rewrite ( ILogicalNot logicalNot ) : IExpression |
Rewrites the given logical not expression.
|
|
Rewrite ( IMakeTypedReference makeTypedReference ) : IExpression |
Rewrites the given make typed reference expression.
|
|
Rewrite ( IMethodCall methodCall ) : IExpression |
Rewrites the given method call.
|
|
Rewrite ( IModulus modulus ) : IExpression |
Rewrites the given modulus expression.
|
|
Rewrite ( IMultiplication multiplication ) : IExpression |
Rewrites the given multiplication expression.
|
|
Rewrite ( INamedArgument namedArgument ) : IExpression |
Rewrites the given named argument expression.
|
|
Rewrite ( INotEquality notEquality ) : IExpression |
Rewrites the given not equality expression.
|
|
Rewrite ( IOldValue oldValue ) : IExpression |
Rewrites the given old value expression.
|
|
Rewrite ( IOnesComplement onesComplement ) : IExpression |
Rewrites the given one's complement expression.
|
|
Rewrite ( IOutArgument outArgument ) : IExpression |
Rewrites the given out argument expression.
|
|
Rewrite ( IPointerCall pointerCall ) : IExpression |
Rewrites the given pointer call.
|
|
Rewrite ( IPopValue popValue ) : IExpression |
Rewrites the given pop value expression.
|
|
Rewrite ( IRefArgument refArgument ) : IExpression |
Rewrites the given ref argument expression.
|
|
Rewrite ( IReturnValue returnValue ) : IExpression |
Rewrites the given return value expression.
|
|
Rewrite ( IRightShift rightShift ) : IExpression |
Rewrites the given right shift expression.
|
|
Rewrite ( IRuntimeArgumentHandleExpression runtimeArgumentHandleExpression ) : IExpression |
Rewrites the given runtime argument handle expression.
|
|
Rewrite ( ISizeOf sizeOf ) : IExpression |
Rewrites the given sizeof(); expression.
|
|
Rewrite ( IStackArrayCreate stackArrayCreate ) : IExpression |
Rewrites the given stack array create expression.
|
|
Rewrite ( ISubtraction subtraction ) : IExpression |
Rewrites the given subtraction expression.
|
|
Rewrite ( IThisReference thisReference ) : IExpression |
Rewrites the given this reference expression.
|
|
Rewrite ( ITokenOf tokenOf ) : IExpression |
Rewrites the given tokenof(); expression.
|
|
Rewrite ( ITypeOf typeOf ) : IExpression |
Rewrites the given typeof(); expression.
|
|
Rewrite ( IUnaryNegation unaryNegation ) : IExpression |
Rewrites the given unary negation expression.
|
|
Rewrite ( IUnaryPlus unaryPlus ) : IExpression |
Rewrites the given unary plus expression.
|
|
Rewrite ( IVectorLength vectorLength ) : IExpression |
Rewrites the given vector length expression.
|
|
Rewrite ( IFieldDefinition fieldDefinition ) : IFieldDefinition |
Rewrites the given field definition.
|
|
Rewrite ( IFieldReference fieldReference ) : IFieldReference |
Rewrites the given field reference.
|
|
Rewrite ( IFileReference fileReference ) : IFileReference |
Rewrites the given file reference.
|
|
Rewrite ( IFunctionPointerTypeReference functionPointerTypeReference ) : IFunctionPointerTypeReference |
Rewrites the given function pointer type reference.
|
|
Rewrite ( IGenericMethodInstanceReference genericMethodInstanceReference ) : IGenericMethodInstanceReference |
Rewrites the given generic method instance reference.
|
|
Rewrite ( IGenericMethodParameter genericMethodParameter ) : IGenericMethodParameter |
Rewrites the given generic method parameter reference.
|
|
Rewrite ( IGenericTypeParameter genericTypeParameter ) : IGenericTypeParameter |
Rewrites the given generic type parameter reference.
|
|
Rewrite ( IGlobalFieldDefinition globalFieldDefinition ) : IGlobalFieldDefinition |
Rewrites the specified global field definition.
|
|
Rewrite ( IGlobalMethodDefinition globalMethodDefinition ) : IGlobalMethodDefinition |
Rewrites the specified global method definition.
|
|
Rewrite ( ILocalDefinition localDefinition ) : ILocalDefinition |
Rewrites the specified local definition.
|
|
Rewrite ( IManagedPointerTypeReference managedPointerTypeReference ) : IManagedPointerTypeReference |
Rewrites the given managed pointer type reference.
|
|
Rewrite ( IMarshallingInformation marshallingInformation ) : IMarshallingInformation |
Rewrites the given marshalling information.
|
|
Rewrite ( IMetadataConstant constant ) : IMetadataConstant |
Rewrites the given metadata constant.
|
|
Rewrite ( IMetadataCreateArray metadataCreateArray ) : IMetadataCreateArray |
Rewrites the given metadata array creation expression.
|
|
Rewrite ( IMetadataExpression metadataExpression ) : IMetadataExpression |
Rewrites the given metadata expression.
|
|
Rewrite ( IMetadataNamedArgument namedArgument ) : IMetadataNamedArgument |
Rewrites the given metadata named argument expression.
|
|
Rewrite ( IMetadataTypeOf metadataTypeOf ) : IMetadataTypeOf |
Rewrites the given metadata typeof expression.
|
|
Rewrite ( IMethodBody methodBody ) : IMethodBody |
Rewrites the the given method body.
|
|
Rewrite ( IMethodDefinition method ) : IMethodDefinition |
Rewrites the given method definition.
|
|
Rewrite ( IMethodImplementation methodImplementation ) : IMethodImplementation |
Rewrites the given method implementation.
|
|
Rewrite ( IMethodReference methodReference ) : IMethodReference |
Rewrites the given method reference.
|
|
Rewrite ( ISpecializedMethodReference specializedMethodReference ) : IMethodReference |
Rewrites the given specialized method reference.
|
|
Rewrite ( IModifiedTypeReference modifiedTypeReference ) : IModifiedTypeReference |
Rewrites the given modified type reference.
|
|
Rewrite ( IModule module ) : IModule |
Rewrites the given module.
|
|
Rewrite ( IModuleReference moduleReference ) : IModuleReference |
Rewrites the given module reference.
|
|
Rewrite ( INamedTypeDefinition namedTypeDefinition ) : INamedTypeDefinition |
Rewrites the named specified type reference.
|
|
Rewrite ( INamedTypeReference typeReference ) : INamedTypeReference |
Rewrites the named specified type reference.
|
|
Rewrite ( INamespaceAliasForType namespaceAliasForType ) : INamespaceAliasForType |
Rewrites the namespace alias for type.
|
|
Rewrite ( INamespaceDefinition namespaceDefinition ) : INamespaceDefinition |
Rewrites the namespace definition.
|
|
Rewrite ( INamespaceMember namespaceMember ) : INamespaceMember |
Rewrites the specified namespace member.
|
|
Rewrite ( INamespaceTypeDefinition namespaceTypeDefinition ) : INamespaceTypeDefinition |
Rewrites the given namespace type definition.
|
|
Rewrite ( INamespaceTypeReference namespaceTypeReference ) : INamespaceTypeReference |
Rewrites the given namespace type reference.
|
|
Rewrite ( INestedAliasForType nestedAliasForType ) : INestedAliasForType |
Rewrites the nested alias for type
|
|
Rewrite ( INestedTypeDefinition namespaceTypeDefinition ) : INestedTypeDefinition |
Rewrites the given nested type definition.
|
|
Rewrite ( INestedTypeReference nestedTypeReference ) : INestedTypeReference |
Rewrites the given namespace type reference.
|
|
Rewrite ( ISpecializedNestedTypeReference specializedNestedTypeReference ) : INestedTypeReference |
Rewrites the given specialized nested type reference.
|
|
Rewrite ( INestedUnitNamespace nestedUnitNamespace ) : INestedUnitNamespace |
Rewrites the specified nested unit namespace.
|
|
Rewrite ( INestedUnitNamespaceReference nestedUnitNamespaceReference ) : INestedUnitNamespaceReference |
Rewrites the specified reference to a nested unit namespace.
|
|
Rewrite ( IOperation operation ) : IOperation |
Rewrites the specified operation.
|
|
Rewrite ( IOperationExceptionInformation operationExceptionInformation ) : IOperationExceptionInformation |
Rewrites the specified operation exception information.
|
|
Rewrite ( IPESection peSection ) : IPESection |
Rewrites the given PE section.
|
|
Rewrite ( IParameterDefinition parameterDefinition ) : IParameterDefinition |
Rewrites the given parameter definition.
|
|
Rewrite ( IParameterTypeInformation parameterTypeInformation ) : IParameterTypeInformation |
Rewrites the given parameter type information.
|
|
Rewrite ( IPlatformInvokeInformation platformInvokeInformation ) : IPlatformInvokeInformation |
Rewrites the specified platform invoke information.
|
|
Rewrite ( IPointerTypeReference pointerTypeReference ) : IPointerTypeReference |
Rewrites the given pointer type reference.
|
|
Rewrite ( IPropertyDefinition propertyDefinition ) : IPropertyDefinition |
Rewrites the given property definition.
|
|
Rewrite ( IResourceReference resourceReference ) : IResourceReference |
Rewrites the given reference to a manifest resource.
|
|
Rewrite ( IRootUnitNamespace rootUnitNamespace ) : IRootUnitNamespace |
Rewrites the given root unit namespace.
|
|
Rewrite ( IRootUnitNamespaceReference rootUnitNamespaceReference ) : IRootUnitNamespaceReference |
Rewrites the given reference to a root unit namespace.
|
|
Rewrite ( ISecurityAttribute securityAttribute ) : ISecurityAttribute |
Rewrites the given security attribute.
|
|
Rewrite ( ISourceMethodBody sourceMethodBody ) : ISourceMethodBody |
Rewrites the the given source method body.
|
|
Rewrite ( ISpecializedFieldReference specializedFieldReference ) : ISpecializedFieldReference |
Rewrites the given specialized field reference.
|
|
Rewrite ( IAssertStatement assertStatement ) : IStatement |
Rewrites the given assert statement.
|
|
Rewrite ( IAssumeStatement assumeStatement ) : IStatement |
Rewrites the given assume statement.
|
|
Rewrite ( IBreakStatement breakStatement ) : IStatement |
Rewrites the given break statement.
|
|
Rewrite ( IConditionalStatement conditionalStatement ) : IStatement |
Rewrites the given conditional statement.
|
|
Rewrite ( IContinueStatement continueStatement ) : IStatement |
Rewrites the given continue statement.
|
|
Rewrite ( ICopyMemoryStatement copyMemoryStatement ) : IStatement |
Rewrites the given copy memory statement.
|
|
Rewrite ( IDebuggerBreakStatement debuggerBreakStatement ) : IStatement |
Rewrites the given debugger break statement.
|
|
Rewrite ( IDoUntilStatement doUntilStatement ) : IStatement |
Rewrites the given do until statement.
|
|
Rewrite ( IEmptyStatement emptyStatement ) : IStatement |
Rewrites the given empty statement.
|
|
Rewrite ( IExpressionStatement expressionStatement ) : IStatement |
Rewrites the given expression statement.
|
|
Rewrite ( IFillMemoryStatement fillMemoryStatement ) : IStatement |
Rewrites the given fill memory statement.
|
|
Rewrite ( IForEachStatement forEachStatement ) : IStatement |
Rewrites the given foreach statement.
|
|
Rewrite ( IForStatement forStatement ) : IStatement |
Rewrites the given for statement.
|
|
Rewrite ( IGotoStatement gotoStatement ) : IStatement |
Rewrites the given goto statement.
|
|
Rewrite ( IGotoSwitchCaseStatement gotoSwitchCaseStatement ) : IStatement |
Rewrites the given goto switch case statement.
|
|
Rewrite ( ILabeledStatement labeledStatement ) : IStatement |
Rewrites the given labeled statement.
|
|
Rewrite ( ILocalDeclarationStatement localDeclarationStatement ) : IStatement |
Rewrites the given local declaration statement.
|
|
Rewrite ( ILockStatement lockStatement ) : IStatement |
Rewrites the given lock statement.
|
|
Rewrite ( IPushStatement pushStatement ) : IStatement |
Rewrites the given push statement.
|
|
Rewrite ( IResourceUseStatement resourceUseStatement ) : IStatement |
Rewrites the given resource usage statement.
|
|
Rewrite ( IRethrowStatement rethrowStatement ) : IStatement |
Rewrites the rethrow statement.
|
|
Rewrite ( IReturnStatement returnStatement ) : IStatement |
Rewrites the return statement.
|
|
Rewrite ( IStatement statement ) : IStatement |
Rewrites the specified statement.
|
|
Rewrite ( ISwitchStatement switchStatement ) : IStatement |
Rewrites the given switch statement.
|
|
Rewrite ( IThrowStatement throwStatement ) : IStatement |
Rewrites the throw statement.
|
|
Rewrite ( ITryCatchFinallyStatement tryCatchFilterFinallyStatement ) : IStatement |
Rewrites the try-catch-filter-finally statement.
|
|
Rewrite ( IWhileDoStatement whileDoStatement ) : IStatement |
Rewrites the given while do statement.
|
|
Rewrite ( IYieldBreakStatement yieldBreakStatement ) : IStatement |
Rewrites the given yield break statement.
|
|
Rewrite ( IYieldReturnStatement yieldReturnStatement ) : IStatement |
Rewrites the given yield return statement.
|
|
Rewrite ( ISwitchCase switchCase ) : ISwitchCase |
Rewrites the given switch case.
|
|
Rewrite ( ITargetExpression targetExpression ) : ITargetExpression |
Rewrites the given target expression.
|
|
Rewrite ( ITypeDefinition typeDefinition ) : ITypeDefinition |
Rewrites the given type definition.
|
|
Rewrite ( ITypeDefinitionMember typeMember ) : ITypeDefinitionMember |
Rewrites the specified type member.
|
|
Rewrite ( IGenericMethodParameterReference genericMethodParameterReference ) : ITypeReference |
Rewrites the given generic method parameter reference.
|
|
Rewrite ( IGenericTypeInstanceReference genericTypeInstanceReference ) : ITypeReference |
Rewrites the given generic type instance reference.
|
|
Rewrite ( IGenericTypeParameterReference genericTypeParameterReference ) : ITypeReference |
Rewrites the given generic type parameter reference.
|
|
Rewrite ( ITypeReference typeReference ) : ITypeReference |
Rewrites the specified type reference.
|
|
Rewrite ( IUnit unit ) : IUnit |
Rewrites the specified unit.
|
|
Rewrite ( IUnitNamespace unitNamespace ) : IUnitNamespace |
Rewrites the specified unit namespace.
|
|
Rewrite ( IUnitNamespaceReference unitNamespaceReference ) : IUnitNamespaceReference |
Rewrites the specified reference to a unit namespace.
|
|
Rewrite ( IUnitReference unitReference ) : IUnitReference |
Rewrites the specified unit reference.
|
|
Rewrite ( IWin32Resource win32Resource ) : IWin32Resource |
Rewrites the given Win32 resource.
|
|
Rewrite ( List |
Rewrites the list of aliases for types.
|
|
Rewrite ( List |
Rewrites the list of members of a type alias.
|
|
Rewrite ( List |
Rewrites the specified assembly references.
|
|
Rewrite ( List |
Rewrites the given list of catch clauses.
|
|
Rewrite ( List |
Rewrites the specified custom attributes.
|
|
Rewrite ( List |
Rewrites the specified custom modifiers.
|
|
Rewrite ( List |
Rewrites the specified events.
|
|
Rewrite ( List |
Rewrites the given list of expressions.
|
|
Rewrite ( List |
Rewrites the specified fields.
|
|
Rewrite ( List |
Rewrites the specified file references.
|
|
Rewrite ( List |
Rewrites the specified generic parameters.
|
|
Rewrite ( List |
Rewrites the specified generic parameters.
|
|
Rewrite ( List |
Rewrites the specified local definitions.
|
|
Rewrite ( List |
Rewrites the specified expressions.
|
|
Rewrite ( List |
Rewrites the specified named arguments.
|
|
Rewrite ( List |
Rewrites the specified methods.
|
|
Rewrite ( List |
Rewrites the specified method implementations.
|
|
Rewrite ( List |
Rewrites the specified method references.
|
|
Rewrite ( List |
Rewrites the specified modules.
|
|
Rewrite ( List |
Rewrites the specified module references.
|
|
Rewrite ( List |
Rewrites the specified types.
|
|
Rewrite ( List |
Rewrites the specified namespace members.
|
|
Rewrite ( List |
Rewrites the specified nested types.
|
|
Rewrite ( List |
Rewrites the specified operations.
|
|
Rewrite ( List |
Rewrites the specified operation exception informations.
|
|
Rewrite ( List |
Rewrites the specified PE sections.
|
|
Rewrite ( List |
Rewrites the specified parameters.
|
|
Rewrite ( List |
Rewrites the specified parameter type informations.
|
|
Rewrite ( List |
Rewrites the specified properties.
|
|
Rewrite ( List |
Rewrites the specified resource references.
|
|
Rewrite ( List |
Rewrites the specified security attributes.
|
|
Rewrite ( List |
Rewrites the given list of statements.
|
|
Rewrite ( List |
Rewrites the given list of switch cases.
|
|
Rewrite ( List |
Rewrites the specified type members. Not used by the rewriter itself. |
|
Rewrite ( List |
Rewrites the specified type references.
|
|
Rewrite ( List |
Rewrites the specified type references.
|
|
RewriteReference ( ILocalDefinition localDefinition ) : object |
Rewrites the reference to a local definition.
|
|
RewriteReference ( IParameterDefinition parameterDefinition ) : object |
Rewrites the reference to a parameter.
|
|
RewriteUnspecialized ( IFieldReference fieldReference ) : IFieldReference |
Rewrites the given field reference.
|
|
RewriteUnspecialized ( IMethodReference methodReference ) : IMethodReference |
Rewrites the given method reference.
|
|
RewriteUnspecialized ( INestedTypeReference nestedTypeReference ) : INestedTypeReference |
Rewrites the given namespace type reference.
|
public Rewrite ( IAddressableExpression addressableExpression ) : IAddressableExpression | ||
addressableExpression | IAddressableExpression | |
Résultat | IAddressableExpression |
public Rewrite ( IAliasForType aliasForType ) : IAliasForType | ||
aliasForType | IAliasForType | |
Résultat | IAliasForType |
public Rewrite ( IAliasMember aliasMember ) : IAliasMember | ||
aliasMember | IAliasMember | |
Résultat | IAliasMember |
public Rewrite ( IArrayTypeReference arrayTypeReference ) : IArrayTypeReference | ||
arrayTypeReference | IArrayTypeReference | |
Résultat | IArrayTypeReference |
public Rewrite ( IAssembly assembly ) : IAssembly | ||
assembly | IAssembly | |
Résultat | IAssembly |
public Rewrite ( IAssemblyReference assemblyReference ) : IAssemblyReference | ||
assemblyReference | IAssemblyReference | |
Résultat | IAssemblyReference |
public Rewrite ( IBlockStatement block ) : IBlockStatement | ||
block | IBlockStatement | |
Résultat | IBlockStatement |
public Rewrite ( ICatchClause catchClause ) : ICatchClause | ||
catchClause | ICatchClause | |
Résultat | ICatchClause |
public Rewrite ( ICompileTimeConstant constant ) : ICompileTimeConstant | ||
constant | ICompileTimeConstant | |
Résultat | ICompileTimeConstant |
public Rewrite ( ICustomAttribute customAttribute ) : ICustomAttribute | ||
customAttribute | ICustomAttribute | |
Résultat | ICustomAttribute |
public Rewrite ( ICustomModifier customModifier ) : ICustomModifier | ||
customModifier | ICustomModifier | |
Résultat | ICustomModifier |
public Rewrite ( IEventDefinition eventDefinition ) : IEventDefinition | ||
eventDefinition | IEventDefinition | |
Résultat | IEventDefinition |
public Rewrite ( IAddition addition ) : IExpression | ||
addition | IAddition | |
Résultat | IExpression |
public Rewrite ( IAddressDereference addressDereference ) : IExpression | ||
addressDereference | IAddressDereference | |
Résultat | IExpression |
public Rewrite ( IAddressOf addressOf ) : IExpression | ||
addressOf | IAddressOf | |
Résultat | IExpression |
public Rewrite ( IAnonymousDelegate anonymousDelegate ) : IExpression | ||
anonymousDelegate | IAnonymousDelegate | |
Résultat | IExpression |
public Rewrite ( IArrayIndexer arrayIndexer ) : IExpression | ||
arrayIndexer | IArrayIndexer | |
Résultat | IExpression |
public Rewrite ( IAssignment assignment ) : IExpression | ||
assignment | IAssignment | |
Résultat | IExpression |
public Rewrite ( IBinaryOperation binaryOperation ) : IExpression | ||
binaryOperation | IBinaryOperation | |
Résultat | IExpression |
public Rewrite ( IBitwiseAnd bitwiseAnd ) : IExpression | ||
bitwiseAnd | IBitwiseAnd | |
Résultat | IExpression |
public Rewrite ( IBitwiseOr bitwiseOr ) : IExpression | ||
bitwiseOr | IBitwiseOr | |
Résultat | IExpression |
public Rewrite ( IBlockExpression blockExpression ) : IExpression | ||
blockExpression | IBlockExpression | |
Résultat | IExpression |
public Rewrite ( IBoundExpression boundExpression ) : IExpression | ||
boundExpression | IBoundExpression | |
Résultat | IExpression |
public Rewrite ( ICastIfPossible castIfPossible ) : IExpression | ||
castIfPossible | ICastIfPossible | |
Résultat | IExpression |
public Rewrite ( ICheckIfInstance checkIfInstance ) : IExpression | ||
checkIfInstance | ICheckIfInstance | |
Résultat | IExpression |
public Rewrite ( IConditional conditional ) : IExpression | ||
conditional | IConditional | |
Résultat | IExpression |
public Rewrite ( IConversion conversion ) : IExpression | ||
conversion | IConversion | |
Résultat | IExpression |
public Rewrite ( ICreateArray createArray ) : IExpression | ||
createArray | ICreateArray | |
Résultat | IExpression |
public Rewrite ( ICreateDelegateInstance createDelegateInstance ) : IExpression | ||
createDelegateInstance | ICreateDelegateInstance | |
Résultat | IExpression |
public Rewrite ( ICreateObjectInstance createObjectInstance ) : IExpression | ||
createObjectInstance | ICreateObjectInstance | |
Résultat | IExpression |
public Rewrite ( IDefaultValue defaultValue ) : IExpression | ||
defaultValue | IDefaultValue | |
Résultat | IExpression |
public Rewrite ( IDivision division ) : IExpression | ||
division | IDivision | |
Résultat | IExpression |
public Rewrite ( IDupValue dupValue ) : IExpression | ||
dupValue | IDupValue | |
Résultat | IExpression |
public Rewrite ( IEquality equality ) : IExpression | ||
equality | IEquality | |
Résultat | IExpression |
public Rewrite ( IExclusiveOr exclusiveOr ) : IExpression | ||
exclusiveOr | IExclusiveOr | |
Résultat | IExpression |
public Rewrite ( IExpression expression ) : IExpression | ||
expression | IExpression | |
Résultat | IExpression |
public Rewrite ( IGetTypeOfTypedReference getTypeOfTypedReference ) : IExpression | ||
getTypeOfTypedReference | IGetTypeOfTypedReference | |
Résultat | IExpression |
public Rewrite ( IGetValueOfTypedReference getValueOfTypedReference ) : IExpression | ||
getValueOfTypedReference | IGetValueOfTypedReference | |
Résultat | IExpression |
public Rewrite ( IGreaterThan greaterThan ) : IExpression | ||
greaterThan | IGreaterThan | |
Résultat | IExpression |
public Rewrite ( IGreaterThanOrEqual greaterThanOrEqual ) : IExpression | ||
greaterThanOrEqual | IGreaterThanOrEqual | |
Résultat | IExpression |
public Rewrite ( ILeftShift leftShift ) : IExpression | ||
leftShift | ILeftShift | |
Résultat | IExpression |
public Rewrite ( ILessThan lessThan ) : IExpression | ||
lessThan | ILessThan | |
Résultat | IExpression |
public Rewrite ( ILessThanOrEqual lessThanOrEqual ) : IExpression | ||
lessThanOrEqual | ILessThanOrEqual | |
Résultat | IExpression |
public Rewrite ( ILogicalNot logicalNot ) : IExpression | ||
logicalNot | ILogicalNot | |
Résultat | IExpression |
public Rewrite ( IMakeTypedReference makeTypedReference ) : IExpression | ||
makeTypedReference | IMakeTypedReference | |
Résultat | IExpression |
public Rewrite ( IMethodCall methodCall ) : IExpression | ||
methodCall | IMethodCall | |
Résultat | IExpression |
public Rewrite ( IModulus modulus ) : IExpression | ||
modulus | IModulus | |
Résultat | IExpression |
public Rewrite ( IMultiplication multiplication ) : IExpression | ||
multiplication | IMultiplication | |
Résultat | IExpression |
public Rewrite ( INamedArgument namedArgument ) : IExpression | ||
namedArgument | INamedArgument | |
Résultat | IExpression |
public Rewrite ( INotEquality notEquality ) : IExpression | ||
notEquality | INotEquality | |
Résultat | IExpression |
public Rewrite ( IOldValue oldValue ) : IExpression | ||
oldValue | IOldValue | |
Résultat | IExpression |
public Rewrite ( IOnesComplement onesComplement ) : IExpression | ||
onesComplement | IOnesComplement | |
Résultat | IExpression |
public Rewrite ( IOutArgument outArgument ) : IExpression | ||
outArgument | IOutArgument | |
Résultat | IExpression |
public Rewrite ( IPointerCall pointerCall ) : IExpression | ||
pointerCall | IPointerCall | |
Résultat | IExpression |
public Rewrite ( IPopValue popValue ) : IExpression | ||
popValue | IPopValue | |
Résultat | IExpression |
public Rewrite ( IRefArgument refArgument ) : IExpression | ||
refArgument | IRefArgument | |
Résultat | IExpression |
public Rewrite ( IReturnValue returnValue ) : IExpression | ||
returnValue | IReturnValue | |
Résultat | IExpression |
public Rewrite ( IRightShift rightShift ) : IExpression | ||
rightShift | IRightShift | |
Résultat | IExpression |
public Rewrite ( IRuntimeArgumentHandleExpression runtimeArgumentHandleExpression ) : IExpression | ||
runtimeArgumentHandleExpression | IRuntimeArgumentHandleExpression | |
Résultat | IExpression |
public Rewrite ( ISizeOf sizeOf ) : IExpression | ||
sizeOf | ISizeOf | |
Résultat | IExpression |
public Rewrite ( IStackArrayCreate stackArrayCreate ) : IExpression | ||
stackArrayCreate | IStackArrayCreate | |
Résultat | IExpression |
public Rewrite ( ISubtraction subtraction ) : IExpression | ||
subtraction | ISubtraction | |
Résultat | IExpression |
public Rewrite ( IThisReference thisReference ) : IExpression | ||
thisReference | IThisReference | |
Résultat | IExpression |
public Rewrite ( ITokenOf tokenOf ) : IExpression | ||
tokenOf | ITokenOf | |
Résultat | IExpression |
public Rewrite ( ITypeOf typeOf ) : IExpression | ||
typeOf | ITypeOf | |
Résultat | IExpression |
public Rewrite ( IUnaryNegation unaryNegation ) : IExpression | ||
unaryNegation | IUnaryNegation | |
Résultat | IExpression |
public Rewrite ( IUnaryPlus unaryPlus ) : IExpression | ||
unaryPlus | IUnaryPlus | |
Résultat | IExpression |
public Rewrite ( IVectorLength vectorLength ) : IExpression | ||
vectorLength | IVectorLength | |
Résultat | IExpression |
public Rewrite ( IFieldDefinition fieldDefinition ) : IFieldDefinition | ||
fieldDefinition | IFieldDefinition | |
Résultat | IFieldDefinition |
public Rewrite ( IFieldReference fieldReference ) : IFieldReference | ||
fieldReference | IFieldReference | |
Résultat | IFieldReference |
public Rewrite ( IFileReference fileReference ) : IFileReference | ||
fileReference | IFileReference | |
Résultat | IFileReference |
public Rewrite ( IFunctionPointerTypeReference functionPointerTypeReference ) : IFunctionPointerTypeReference | ||
functionPointerTypeReference | IFunctionPointerTypeReference | |
Résultat | IFunctionPointerTypeReference |
public Rewrite ( IGenericMethodInstanceReference genericMethodInstanceReference ) : IGenericMethodInstanceReference | ||
genericMethodInstanceReference | IGenericMethodInstanceReference | |
Résultat | IGenericMethodInstanceReference |
public Rewrite ( IGenericMethodParameter genericMethodParameter ) : IGenericMethodParameter | ||
genericMethodParameter | IGenericMethodParameter | |
Résultat | IGenericMethodParameter |
public Rewrite ( IGenericTypeParameter genericTypeParameter ) : IGenericTypeParameter | ||
genericTypeParameter | IGenericTypeParameter | |
Résultat | IGenericTypeParameter |
public Rewrite ( IGlobalFieldDefinition globalFieldDefinition ) : IGlobalFieldDefinition | ||
globalFieldDefinition | IGlobalFieldDefinition | |
Résultat | IGlobalFieldDefinition |
public Rewrite ( IGlobalMethodDefinition globalMethodDefinition ) : IGlobalMethodDefinition | ||
globalMethodDefinition | IGlobalMethodDefinition | |
Résultat | IGlobalMethodDefinition |
public Rewrite ( ILocalDefinition localDefinition ) : ILocalDefinition | ||
localDefinition | ILocalDefinition | |
Résultat | ILocalDefinition |
public Rewrite ( IManagedPointerTypeReference managedPointerTypeReference ) : IManagedPointerTypeReference | ||
managedPointerTypeReference | IManagedPointerTypeReference | |
Résultat | IManagedPointerTypeReference |
public Rewrite ( IMarshallingInformation marshallingInformation ) : IMarshallingInformation | ||
marshallingInformation | IMarshallingInformation | |
Résultat | IMarshallingInformation |
public Rewrite ( IMetadataConstant constant ) : IMetadataConstant | ||
constant | IMetadataConstant | |
Résultat | IMetadataConstant |
public Rewrite ( IMetadataCreateArray metadataCreateArray ) : IMetadataCreateArray | ||
metadataCreateArray | IMetadataCreateArray | |
Résultat | IMetadataCreateArray |
public Rewrite ( IMetadataExpression metadataExpression ) : IMetadataExpression | ||
metadataExpression | IMetadataExpression | |
Résultat | IMetadataExpression |
public Rewrite ( IMetadataNamedArgument namedArgument ) : IMetadataNamedArgument | ||
namedArgument | IMetadataNamedArgument | |
Résultat | IMetadataNamedArgument |
public Rewrite ( IMetadataTypeOf metadataTypeOf ) : IMetadataTypeOf | ||
metadataTypeOf | IMetadataTypeOf | |
Résultat | IMetadataTypeOf |
public Rewrite ( IMethodBody methodBody ) : IMethodBody | ||
methodBody | IMethodBody | |
Résultat | IMethodBody |
public Rewrite ( IMethodDefinition method ) : IMethodDefinition | ||
method | IMethodDefinition | |
Résultat | IMethodDefinition |
public Rewrite ( IMethodImplementation methodImplementation ) : IMethodImplementation | ||
methodImplementation | IMethodImplementation | |
Résultat | IMethodImplementation |
public Rewrite ( IMethodReference methodReference ) : IMethodReference | ||
methodReference | IMethodReference | |
Résultat | IMethodReference |
public Rewrite ( ISpecializedMethodReference specializedMethodReference ) : IMethodReference | ||
specializedMethodReference | ISpecializedMethodReference | |
Résultat | IMethodReference |
public Rewrite ( IModifiedTypeReference modifiedTypeReference ) : IModifiedTypeReference | ||
modifiedTypeReference | IModifiedTypeReference | |
Résultat | IModifiedTypeReference |
public Rewrite ( IModule module ) : IModule | ||
module | IModule | |
Résultat | IModule |
public Rewrite ( IModuleReference moduleReference ) : IModuleReference | ||
moduleReference | IModuleReference | |
Résultat | IModuleReference |
public Rewrite ( INamedTypeDefinition namedTypeDefinition ) : INamedTypeDefinition | ||
namedTypeDefinition | INamedTypeDefinition | |
Résultat | INamedTypeDefinition |
public Rewrite ( INamedTypeReference typeReference ) : INamedTypeReference | ||
typeReference | INamedTypeReference | |
Résultat | INamedTypeReference |
public Rewrite ( INamespaceAliasForType namespaceAliasForType ) : INamespaceAliasForType | ||
namespaceAliasForType | INamespaceAliasForType | |
Résultat | INamespaceAliasForType |
public Rewrite ( INamespaceDefinition namespaceDefinition ) : INamespaceDefinition | ||
namespaceDefinition | INamespaceDefinition | |
Résultat | INamespaceDefinition |
public Rewrite ( INamespaceMember namespaceMember ) : INamespaceMember | ||
namespaceMember | INamespaceMember | |
Résultat | INamespaceMember |
public Rewrite ( INamespaceTypeDefinition namespaceTypeDefinition ) : INamespaceTypeDefinition | ||
namespaceTypeDefinition | INamespaceTypeDefinition | |
Résultat | INamespaceTypeDefinition |
public Rewrite ( INamespaceTypeReference namespaceTypeReference ) : INamespaceTypeReference | ||
namespaceTypeReference | INamespaceTypeReference | |
Résultat | INamespaceTypeReference |
public Rewrite ( INestedAliasForType nestedAliasForType ) : INestedAliasForType | ||
nestedAliasForType | INestedAliasForType | |
Résultat | INestedAliasForType |
public Rewrite ( INestedTypeDefinition namespaceTypeDefinition ) : INestedTypeDefinition | ||
namespaceTypeDefinition | INestedTypeDefinition | |
Résultat | INestedTypeDefinition |
public Rewrite ( INestedTypeReference nestedTypeReference ) : INestedTypeReference | ||
nestedTypeReference | INestedTypeReference | |
Résultat | INestedTypeReference |
public Rewrite ( ISpecializedNestedTypeReference specializedNestedTypeReference ) : INestedTypeReference | ||
specializedNestedTypeReference | ISpecializedNestedTypeReference | |
Résultat | INestedTypeReference |
public Rewrite ( INestedUnitNamespace nestedUnitNamespace ) : INestedUnitNamespace | ||
nestedUnitNamespace | INestedUnitNamespace | |
Résultat | INestedUnitNamespace |
public Rewrite ( INestedUnitNamespaceReference nestedUnitNamespaceReference ) : INestedUnitNamespaceReference | ||
nestedUnitNamespaceReference | INestedUnitNamespaceReference | |
Résultat | INestedUnitNamespaceReference |
public Rewrite ( IOperation operation ) : IOperation | ||
operation | IOperation | |
Résultat | IOperation |
public Rewrite ( IOperationExceptionInformation operationExceptionInformation ) : IOperationExceptionInformation | ||
operationExceptionInformation | IOperationExceptionInformation | |
Résultat | IOperationExceptionInformation |
public Rewrite ( IPESection peSection ) : IPESection | ||
peSection | IPESection | |
Résultat | IPESection |
public Rewrite ( IParameterDefinition parameterDefinition ) : IParameterDefinition | ||
parameterDefinition | IParameterDefinition | |
Résultat | IParameterDefinition |
public Rewrite ( IParameterTypeInformation parameterTypeInformation ) : IParameterTypeInformation | ||
parameterTypeInformation | IParameterTypeInformation | |
Résultat | IParameterTypeInformation |
public Rewrite ( IPlatformInvokeInformation platformInvokeInformation ) : IPlatformInvokeInformation | ||
platformInvokeInformation | IPlatformInvokeInformation | |
Résultat | IPlatformInvokeInformation |
public Rewrite ( IPointerTypeReference pointerTypeReference ) : IPointerTypeReference | ||
pointerTypeReference | IPointerTypeReference | |
Résultat | IPointerTypeReference |
public Rewrite ( IPropertyDefinition propertyDefinition ) : IPropertyDefinition | ||
propertyDefinition | IPropertyDefinition | |
Résultat | IPropertyDefinition |
public Rewrite ( IResourceReference resourceReference ) : IResourceReference | ||
resourceReference | IResourceReference | |
Résultat | IResourceReference |
public Rewrite ( IRootUnitNamespace rootUnitNamespace ) : IRootUnitNamespace | ||
rootUnitNamespace | IRootUnitNamespace | |
Résultat | IRootUnitNamespace |
public Rewrite ( IRootUnitNamespaceReference rootUnitNamespaceReference ) : IRootUnitNamespaceReference | ||
rootUnitNamespaceReference | IRootUnitNamespaceReference | |
Résultat | IRootUnitNamespaceReference |
public Rewrite ( ISecurityAttribute securityAttribute ) : ISecurityAttribute | ||
securityAttribute | ISecurityAttribute | |
Résultat | ISecurityAttribute |
public Rewrite ( ISourceMethodBody sourceMethodBody ) : ISourceMethodBody | ||
sourceMethodBody | ISourceMethodBody | |
Résultat | ISourceMethodBody |
public Rewrite ( ISpecializedFieldReference specializedFieldReference ) : ISpecializedFieldReference | ||
specializedFieldReference | ISpecializedFieldReference | |
Résultat | ISpecializedFieldReference |
public Rewrite ( IAssertStatement assertStatement ) : IStatement | ||
assertStatement | IAssertStatement | |
Résultat | IStatement |
public Rewrite ( IAssumeStatement assumeStatement ) : IStatement | ||
assumeStatement | IAssumeStatement | |
Résultat | IStatement |
public Rewrite ( IBreakStatement breakStatement ) : IStatement | ||
breakStatement | IBreakStatement | |
Résultat | IStatement |
public Rewrite ( IConditionalStatement conditionalStatement ) : IStatement | ||
conditionalStatement | IConditionalStatement | |
Résultat | IStatement |
public Rewrite ( IContinueStatement continueStatement ) : IStatement | ||
continueStatement | IContinueStatement | |
Résultat | IStatement |
public Rewrite ( ICopyMemoryStatement copyMemoryStatement ) : IStatement | ||
copyMemoryStatement | ICopyMemoryStatement | |
Résultat | IStatement |
public Rewrite ( IDebuggerBreakStatement debuggerBreakStatement ) : IStatement | ||
debuggerBreakStatement | IDebuggerBreakStatement | |
Résultat | IStatement |
public Rewrite ( IDoUntilStatement doUntilStatement ) : IStatement | ||
doUntilStatement | IDoUntilStatement | |
Résultat | IStatement |
public Rewrite ( IEmptyStatement emptyStatement ) : IStatement | ||
emptyStatement | IEmptyStatement | |
Résultat | IStatement |
public Rewrite ( IExpressionStatement expressionStatement ) : IStatement | ||
expressionStatement | IExpressionStatement | |
Résultat | IStatement |
public Rewrite ( IFillMemoryStatement fillMemoryStatement ) : IStatement | ||
fillMemoryStatement | IFillMemoryStatement | |
Résultat | IStatement |
public Rewrite ( IForEachStatement forEachStatement ) : IStatement | ||
forEachStatement | IForEachStatement | |
Résultat | IStatement |
public Rewrite ( IForStatement forStatement ) : IStatement | ||
forStatement | IForStatement | |
Résultat | IStatement |
public Rewrite ( IGotoStatement gotoStatement ) : IStatement | ||
gotoStatement | IGotoStatement | |
Résultat | IStatement |
public Rewrite ( IGotoSwitchCaseStatement gotoSwitchCaseStatement ) : IStatement | ||
gotoSwitchCaseStatement | IGotoSwitchCaseStatement | |
Résultat | IStatement |
public Rewrite ( ILabeledStatement labeledStatement ) : IStatement | ||
labeledStatement | ILabeledStatement | |
Résultat | IStatement |
public Rewrite ( ILocalDeclarationStatement localDeclarationStatement ) : IStatement | ||
localDeclarationStatement | ILocalDeclarationStatement | |
Résultat | IStatement |
public Rewrite ( ILockStatement lockStatement ) : IStatement | ||
lockStatement | ILockStatement | |
Résultat | IStatement |
public Rewrite ( IPushStatement pushStatement ) : IStatement | ||
pushStatement | IPushStatement | |
Résultat | IStatement |
public Rewrite ( IResourceUseStatement resourceUseStatement ) : IStatement | ||
resourceUseStatement | IResourceUseStatement | |
Résultat | IStatement |
public Rewrite ( IRethrowStatement rethrowStatement ) : IStatement | ||
rethrowStatement | IRethrowStatement | |
Résultat | IStatement |
public Rewrite ( IReturnStatement returnStatement ) : IStatement | ||
returnStatement | IReturnStatement | |
Résultat | IStatement |
public Rewrite ( IStatement statement ) : IStatement | ||
statement | IStatement | The statement. |
Résultat | IStatement |
public Rewrite ( ISwitchStatement switchStatement ) : IStatement | ||
switchStatement | ISwitchStatement | |
Résultat | IStatement |
public Rewrite ( IThrowStatement throwStatement ) : IStatement | ||
throwStatement | IThrowStatement | |
Résultat | IStatement |
public Rewrite ( ITryCatchFinallyStatement tryCatchFilterFinallyStatement ) : IStatement | ||
tryCatchFilterFinallyStatement | ITryCatchFinallyStatement | |
Résultat | IStatement |
public Rewrite ( IWhileDoStatement whileDoStatement ) : IStatement | ||
whileDoStatement | IWhileDoStatement | |
Résultat | IStatement |
public Rewrite ( IYieldBreakStatement yieldBreakStatement ) : IStatement | ||
yieldBreakStatement | IYieldBreakStatement | |
Résultat | IStatement |
public Rewrite ( IYieldReturnStatement yieldReturnStatement ) : IStatement | ||
yieldReturnStatement | IYieldReturnStatement | |
Résultat | IStatement |
public Rewrite ( ISwitchCase switchCase ) : ISwitchCase | ||
switchCase | ISwitchCase | |
Résultat | ISwitchCase |
public Rewrite ( ITargetExpression targetExpression ) : ITargetExpression | ||
targetExpression | ITargetExpression | |
Résultat | ITargetExpression |
public Rewrite ( ITypeDefinition typeDefinition ) : ITypeDefinition | ||
typeDefinition | ITypeDefinition | |
Résultat | ITypeDefinition |
public Rewrite ( ITypeDefinitionMember typeMember ) : ITypeDefinitionMember | ||
typeMember | ITypeDefinitionMember | |
Résultat | ITypeDefinitionMember |
public Rewrite ( IGenericMethodParameterReference genericMethodParameterReference ) : ITypeReference | ||
genericMethodParameterReference | IGenericMethodParameterReference | |
Résultat | ITypeReference |
public Rewrite ( IGenericTypeInstanceReference genericTypeInstanceReference ) : ITypeReference | ||
genericTypeInstanceReference | IGenericTypeInstanceReference | |
Résultat | ITypeReference |
public Rewrite ( IGenericTypeParameterReference genericTypeParameterReference ) : ITypeReference | ||
genericTypeParameterReference | IGenericTypeParameterReference | |
Résultat | ITypeReference |
public Rewrite ( ITypeReference typeReference ) : ITypeReference | ||
typeReference | ITypeReference | |
Résultat | ITypeReference |
public Rewrite ( IUnitNamespace unitNamespace ) : IUnitNamespace | ||
unitNamespace | IUnitNamespace | |
Résultat | IUnitNamespace |
public Rewrite ( IUnitNamespaceReference unitNamespaceReference ) : IUnitNamespaceReference | ||
unitNamespaceReference | IUnitNamespaceReference | |
Résultat | IUnitNamespaceReference |
public Rewrite ( IUnitReference unitReference ) : IUnitReference | ||
unitReference | IUnitReference | |
Résultat | IUnitReference |
public Rewrite ( IWin32Resource win32Resource ) : IWin32Resource | ||
win32Resource | IWin32Resource | |
Résultat | IWin32Resource |
public Rewrite ( List |
||
aliasesForTypes | List |
|
Résultat | List |
public Rewrite ( List |
||
aliasMembers | List |
|
Résultat | List |
public Rewrite ( List |
||
assemblyReferences | List |
|
Résultat | List |
public Rewrite ( List |
||
catchClauses | List |
|
Résultat | List |
public Rewrite ( List |
||
customAttributes | List |
|
Résultat | List |
public Rewrite ( List |
||
customModifiers | List |
|
Résultat | List |
public Rewrite ( List |
||
fileReferences | List |
|
Résultat | List |
public Rewrite ( List |
||
genericParameters | List |
|
Résultat | List |
public Rewrite ( List |
||
genericParameters | List |
|
Résultat | List |
public Rewrite ( List |
||
localDefinitions | List |
|
Résultat | List |
public Rewrite ( List |
||
namedArguments | List |
|
Résultat | List |
public Rewrite ( List |
||
methodImplementations | List |
|
Résultat | List |
public Rewrite ( List |
||
methodReferences | List |
|
Résultat | List |
public Rewrite ( List |
||
moduleReferences | List |
|
Résultat | List |
public Rewrite ( List |
||
namespaceMembers | List |
|
Résultat | List |
public Rewrite ( List |
||
operationExceptionInformations | List |
|
Résultat | List |
public Rewrite ( List |
||
parameterTypeInformations | List |
|
Résultat | List |
public Rewrite ( List |
||
resourceReferences | List |
|
Résultat | List |
public Rewrite ( List |
||
securityAttributes | List |
|
Résultat | List |
public Rewrite ( List |
||
typeReferences | List |
|
Résultat | List |
public Rewrite ( List |
||
win32Resources | List |
|
Résultat | List |
public RewriteReference ( ILocalDefinition localDefinition ) : object | ||
localDefinition | ILocalDefinition | |
Résultat | object |
public RewriteReference ( IParameterDefinition parameterDefinition ) : object | ||
parameterDefinition | IParameterDefinition | |
Résultat | object |
public RewriteUnspecialized ( IFieldReference fieldReference ) : IFieldReference | ||
fieldReference | IFieldReference | |
Résultat | IFieldReference |
public RewriteUnspecialized ( IMethodReference methodReference ) : IMethodReference | ||
methodReference | IMethodReference | |
Résultat | IMethodReference |
public RewriteUnspecialized ( INestedTypeReference nestedTypeReference ) : INestedTypeReference | ||
nestedTypeReference | INestedTypeReference | |
Résultat | INestedTypeReference |