C# Class Cilador.Fody.TestMixins.SelfReferencingMembersMixin

Inheritance: IEmptyInterface
Datei anzeigen Open project: rileywhite/Cilador Class Usage Examples

Public Methods

Method Description
CallGenericMethodsOnGenericClosedType ( List ints, List innerInterfaces ) : void
Method ( ) : void
ReferenceAllMembers ( ) : void
ReferenceAllTypesInClosedGenericParameters ( Tuple arg0, List innerEnums, InnerStruct innerStructs, Lazy innerStructInnerEnum, IEnumerable innerStructInnerInterface, InnerStruct.InnerStructInnerClass>.Dictionary innerStructInnerClassByInnerStructInnerStruct, Func getInnerAbstractClass, List stuff ) : void
ReferenceAllTypesInClosedGenericParametersWithReferences ( Tuple arg0, List innerEnums, InnerStruct innerStructs, Lazy innerStructInnerEnum, IEnumerable innerStructInnerInterface, InnerStruct.InnerStructInnerClass>.Dictionary innerStructInnerClassByInnerStructInnerStruct, Func getInnerAbstractClass, List stuff ) : void
ReferenceAllTypesInClosedGenericVariables ( ) : void
ReferenceAllTypesInClosedGenericVariablesWithReferences ( ) : void
ReferenceAllTypesInLocalVariables ( ) : void
ReferenceAllTypesInLocalVariablesWithInitialization ( ) : void
ReferenceAllTypesInLocalVariablesWithInitializationWithReferences ( ) : void
ReferenceAllTypesInParameters ( IInnerInterface innerInterface, InnerEventArgs innerEventArgs, InnerDelegate innerDelegate, InnerEnum innerEnum, InnerStruct innerStruct, InnerStruct innerStructInnerEnum, InnerStruct innerStructInnerInterface, InnerStruct innerStructInnerStruct, InnerStruct innerStructInnerClass, InnerAbstractClass innerAbstractClass, InnerAbstractClass innerAbstractClassInnerEnum, InnerAbstractClass innerAbstractClassInnerInterface, InnerAbstractClass innerAbstractClassStruct, InnerImplementingClass innerImplementingClass ) : void
ReferenceAllTypesInParametersWithReferences ( IInnerInterface innerInterface, InnerEventArgs innerEventArgs, InnerDelegate innerDelegate, InnerEnum innerEnum, InnerStruct innerStruct, InnerStruct innerStructInnerEnum, InnerStruct innerStructInnerInterface, InnerStruct innerStructInnerStruct, InnerStruct innerStructInnerClass, InnerAbstractClass innerAbstractClass, InnerAbstractClass innerAbstractClassInnerEnum, InnerAbstractClass innerAbstractClassInnerInterface, InnerAbstractClass innerAbstractClassStruct, InnerImplementingClass innerImplementingClass ) : void
StaticMethod ( ) : void

Protected Methods

Method Description
OnEventHappened ( InnerEventArgs e ) : void
OnStaticEventHappened ( InnerEventArgs e ) : void

Method Details

CallGenericMethodsOnGenericClosedType() public method

public CallGenericMethodsOnGenericClosedType ( List ints, List innerInterfaces ) : void
ints List
innerInterfaces List
return void

Method() public method

public Method ( ) : void
return void

OnEventHappened() protected method

protected OnEventHappened ( InnerEventArgs e ) : void
e InnerEventArgs
return void

OnStaticEventHappened() protected static method

protected static OnStaticEventHappened ( InnerEventArgs e ) : void
e InnerEventArgs
return void

ReferenceAllMembers() public method

public ReferenceAllMembers ( ) : void
return void

ReferenceAllTypesInClosedGenericParameters() public method

public ReferenceAllTypesInClosedGenericParameters ( Tuple arg0, List innerEnums, InnerStruct innerStructs, Lazy innerStructInnerEnum, IEnumerable innerStructInnerInterface, InnerStruct.InnerStructInnerClass>.Dictionary innerStructInnerClassByInnerStructInnerStruct, Func getInnerAbstractClass, List stuff ) : void
arg0 Tuple
innerEnums List
innerStructs InnerStruct
innerStructInnerEnum Lazy
innerStructInnerInterface IEnumerable
innerStructInnerClassByInnerStructInnerStruct InnerStruct.InnerStructInnerClass>.Dictionary
getInnerAbstractClass Func
stuff List
return void

ReferenceAllTypesInClosedGenericParametersWithReferences() public method

public ReferenceAllTypesInClosedGenericParametersWithReferences ( Tuple arg0, List innerEnums, InnerStruct innerStructs, Lazy innerStructInnerEnum, IEnumerable innerStructInnerInterface, InnerStruct.InnerStructInnerClass>.Dictionary innerStructInnerClassByInnerStructInnerStruct, Func getInnerAbstractClass, List stuff ) : void
arg0 Tuple
innerEnums List
innerStructs InnerStruct
innerStructInnerEnum Lazy
innerStructInnerInterface IEnumerable
innerStructInnerClassByInnerStructInnerStruct InnerStruct.InnerStructInnerClass>.Dictionary
getInnerAbstractClass Func
stuff List
return void

ReferenceAllTypesInClosedGenericVariables() public method

public ReferenceAllTypesInClosedGenericVariables ( ) : void
return void

ReferenceAllTypesInClosedGenericVariablesWithReferences() public method

ReferenceAllTypesInLocalVariables() public method

public ReferenceAllTypesInLocalVariables ( ) : void
return void

ReferenceAllTypesInLocalVariablesWithInitialization() public method

ReferenceAllTypesInLocalVariablesWithInitializationWithReferences() public method

ReferenceAllTypesInParameters() public method

public ReferenceAllTypesInParameters ( IInnerInterface innerInterface, InnerEventArgs innerEventArgs, InnerDelegate innerDelegate, InnerEnum innerEnum, InnerStruct innerStruct, InnerStruct innerStructInnerEnum, InnerStruct innerStructInnerInterface, InnerStruct innerStructInnerStruct, InnerStruct innerStructInnerClass, InnerAbstractClass innerAbstractClass, InnerAbstractClass innerAbstractClassInnerEnum, InnerAbstractClass innerAbstractClassInnerInterface, InnerAbstractClass innerAbstractClassStruct, InnerImplementingClass innerImplementingClass ) : void
innerInterface IInnerInterface
innerEventArgs InnerEventArgs
innerDelegate InnerDelegate
innerEnum InnerEnum
innerStruct InnerStruct
innerStructInnerEnum InnerStruct
innerStructInnerInterface InnerStruct
innerStructInnerStruct InnerStruct
innerStructInnerClass InnerStruct
innerAbstractClass InnerAbstractClass
innerAbstractClassInnerEnum InnerAbstractClass
innerAbstractClassInnerInterface InnerAbstractClass
innerAbstractClassStruct InnerAbstractClass
innerImplementingClass InnerImplementingClass
return void

ReferenceAllTypesInParametersWithReferences() public method

public ReferenceAllTypesInParametersWithReferences ( IInnerInterface innerInterface, InnerEventArgs innerEventArgs, InnerDelegate innerDelegate, InnerEnum innerEnum, InnerStruct innerStruct, InnerStruct innerStructInnerEnum, InnerStruct innerStructInnerInterface, InnerStruct innerStructInnerStruct, InnerStruct innerStructInnerClass, InnerAbstractClass innerAbstractClass, InnerAbstractClass innerAbstractClassInnerEnum, InnerAbstractClass innerAbstractClassInnerInterface, InnerAbstractClass innerAbstractClassStruct, InnerImplementingClass innerImplementingClass ) : void
innerInterface IInnerInterface
innerEventArgs InnerEventArgs
innerDelegate InnerDelegate
innerEnum InnerEnum
innerStruct InnerStruct
innerStructInnerEnum InnerStruct
innerStructInnerInterface InnerStruct
innerStructInnerStruct InnerStruct
innerStructInnerClass InnerStruct
innerAbstractClass InnerAbstractClass
innerAbstractClassInnerEnum InnerAbstractClass
innerAbstractClassInnerInterface InnerAbstractClass
innerAbstractClassStruct InnerAbstractClass
innerImplementingClass InnerImplementingClass
return void

StaticMethod() public static method

public static StaticMethod ( ) : void
return void