mscorlib(4.0.0.0) API with additions
IFormatProvider.cs
1
using
System
.
Runtime
.
InteropServices
;
2
3
namespace
System
4
{
6
[ComVisible(
true
)]
7
[__DynamicallyInvokable]
8
public
interface
IFormatProvider
9
{
13
[__DynamicallyInvokable]
14
object
GetFormat
(
Type
formatType);
15
}
16
}
System.IFormatProvider.GetFormat
object GetFormat(Type formatType)
Returns an object that provides formatting services for the specified type.
System.Runtime.InteropServices
Definition:
_Activator.cs:1
System.Runtime
Definition:
AssemblyTargetedPatchBandAttribute.cs:1
System
Definition:
__Canon.cs:3
System.IFormatProvider
Provides a mechanism for retrieving an object to control formatting.
Definition:
IFormatProvider.cs:8
System.Type
Represents type declarations: class types, interface types, array types, value types,...
Definition:
Type.cs:18
All cs
System
IFormatProvider.cs
Generated by
1.8.15