17 lines
188 B
C#
17 lines
188 B
C#
|
//
|
||
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||
|
//
|
||
|
|
||
|
using System;
|
||
|
|
||
|
namespace Bartok.MSIL
|
||
|
{
|
||
|
|
||
|
internal class MetaDataImplSpec {
|
||
|
|
||
|
// BUGBUG
|
||
|
|
||
|
}
|
||
|
|
||
|
}
|