init
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
|
||||
namespace VOID.Generic.DynamicValue
|
||||
{
|
||||
public interface IMarkerGroup
|
||||
{
|
||||
public string Group();
|
||||
public string[] Markers();
|
||||
public Type SourceType();
|
||||
public Type ResultType();
|
||||
public Func<string> Getter(object source, string marker);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user