BlobContentId Konstruktorer
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Överlagringar
| Name | Description |
|---|---|
| BlobContentId(Byte[]) | |
| BlobContentId(ImmutableArray<Byte>) | |
| BlobContentId(Guid, UInt32) |
BlobContentId(Byte[])
- Källa:
- BlobContentId.cs
- Källa:
- BlobContentId.cs
- Källa:
- BlobContentId.cs
- Källa:
- BlobContentId.cs
- Källa:
- BlobContentId.cs
- Källa:
- BlobContentId.cs
- Källa:
- 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())
Parametrar
- id
- Byte[]
Gäller för
BlobContentId(ImmutableArray<Byte>)
- Källa:
- BlobContentId.cs
- Källa:
- BlobContentId.cs
- Källa:
- BlobContentId.cs
- Källa:
- BlobContentId.cs
- Källa:
- BlobContentId.cs
- Källa:
- BlobContentId.cs
- Källa:
- 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))
Parametrar
- id
- ImmutableArray<Byte>
Gäller för
BlobContentId(Guid, UInt32)
- Källa:
- BlobContentId.cs
- Källa:
- BlobContentId.cs
- Källa:
- BlobContentId.cs
- Källa:
- BlobContentId.cs
- Källa:
- BlobContentId.cs
- Källa:
- BlobContentId.cs
- Källa:
- 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)
Parametrar
- guid
- Guid
- stamp
- UInt32