1
This commit is contained in:
@@ -17,7 +17,8 @@ namespace BITKit
|
||||
{
|
||||
public static string[] Cast(this IEnumerable<IReference> self)
|
||||
{
|
||||
return self.Select(x => x.Get()).ToArray();
|
||||
return self.Select(Get).ToArray();
|
||||
string Get(IReference x) => x.Value;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user