BlobContentId Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
| Name | Description |
|---|---|
| BlobContentId(Byte[]) | |
| BlobContentId(ImmutableArray<Byte>) | |
| BlobContentId(Guid, UInt32) |
BlobContentId(Byte[])
- Bron:
- BlobContentId.cs
- Bron:
- BlobContentId.cs
- Bron:
- BlobContentId.cs
- Bron:
- BlobContentId.cs
- Bron:
- BlobContentId.cs
- Bron:
- BlobContentId.cs
- Bron:
- BlobContentId.cs
public:
BlobContentId(cli::array <System::Byte> ^ id);
public BlobContentId(byte[] id);
new System.Reflection.Metadata.BlobContentId : byte[] -> System.Reflection.Metadata.BlobContentId
Public Sub New (id As Byte())
Parameters
- id
- Byte[]
Van toepassing op
BlobContentId(ImmutableArray<Byte>)
- Bron:
- BlobContentId.cs
- Bron:
- BlobContentId.cs
- Bron:
- BlobContentId.cs
- Bron:
- BlobContentId.cs
- Bron:
- BlobContentId.cs
- Bron:
- BlobContentId.cs
- Bron:
- BlobContentId.cs
public:
BlobContentId(System::Collections::Immutable::ImmutableArray<System::Byte> id);
public BlobContentId(System.Collections.Immutable.ImmutableArray<byte> id);
new System.Reflection.Metadata.BlobContentId : System.Collections.Immutable.ImmutableArray<byte> -> System.Reflection.Metadata.BlobContentId
Public Sub New (id As ImmutableArray(Of Byte))
Parameters
- id
- ImmutableArray<Byte>
Van toepassing op
BlobContentId(Guid, UInt32)
- Bron:
- BlobContentId.cs
- Bron:
- BlobContentId.cs
- Bron:
- BlobContentId.cs
- Bron:
- BlobContentId.cs
- Bron:
- BlobContentId.cs
- Bron:
- BlobContentId.cs
- Bron:
- BlobContentId.cs
public:
BlobContentId(Guid guid, System::UInt32 stamp);
public BlobContentId(Guid guid, uint stamp);
new System.Reflection.Metadata.BlobContentId : Guid * uint32 -> System.Reflection.Metadata.BlobContentId
Public Sub New (guid As Guid, stamp As UInteger)
Parameters
- guid
- Guid
- stamp
- UInt32