Enum VarianceKindSpecifies the kind variance for type parameters: In, Out or None. Namespace: Metalama.Framework.CodeAssembly: Metalama.Framework.dllSyntax Full screen[CompileTime] public enum VarianceKind Fields Name Description In Contravariant. None No variance. Out Covariant. See Also ITypeParameter