mirror of
https://github.com/github/codeql.git
synced 2026-04-23 07:45:17 +02:00
C#: Add type parameter in/out
This commit is contained in:
@@ -99,7 +99,7 @@ namespace Semmle.Extraction
|
||||
/// A factory for creating cached entities.
|
||||
/// </summary>
|
||||
/// <typeparam name="Initializer">The type of the initializer.</typeparam>
|
||||
public interface ICachedEntityFactory<Initializer, Entity> where Entity : ICachedEntity
|
||||
public interface ICachedEntityFactory<in Initializer, out Entity> where Entity : ICachedEntity
|
||||
{
|
||||
/// <summary>
|
||||
/// Initializes the entity, but does not generate any trap code.
|
||||
|
||||
Reference in New Issue
Block a user