95fdb59ea6
Former-commit-id: b39a328747c2f3414dc52e009fb6f0aa80ca2492
9 lines
139 B
C#
9 lines
139 B
C#
using Mono.Documentation;
|
|
|
|
namespace System
|
|
{
|
|
[Obsolete(Consts.RefTypeObsoleteString, true)]
|
|
public struct Span<T>
|
|
{
|
|
}
|
|
} |