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