source:
stable/HeuristicLab.ExtLibs/HeuristicLab.EPPlus/4.0.3/EPPlus-4.0.3/FormulaParsing/Utilities/IdProvider.cs
Last change on this file was 12074, checked in by sraggl, 10 years ago | |
---|---|
File size: 244 bytes |
Line | |
---|---|
1 | using System; |
2 | using System.Collections.Generic; |
3 | using System.Linq; |
4 | using System.Text; |
5 | |
6 | namespace OfficeOpenXml.FormulaParsing.Utilities |
7 | { |
8 | public abstract class IdProvider |
9 | { |
10 | public abstract object NewId(); |
11 | } |
12 | } |
Note: See TracBrowser
for help on using the repository browser.