BlobContentId Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
BlobContentId(Byte[]) | |
BlobContentId(ImmutableArray<Byte>) | |
BlobContentId(Guid, UInt32) |
BlobContentId(Byte[])
- Quelle:
- BlobContentId.cs
- Quelle:
- BlobContentId.cs
- Quelle:
- 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())
Parameter
- id
- Byte[]
Gilt für:
BlobContentId(ImmutableArray<Byte>)
- Quelle:
- BlobContentId.cs
- Quelle:
- BlobContentId.cs
- Quelle:
- 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))
Parameter
- id
- ImmutableArray<Byte>
Gilt für:
BlobContentId(Guid, UInt32)
- Quelle:
- BlobContentId.cs
- Quelle:
- BlobContentId.cs
- Quelle:
- 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)
Parameter
- guid
- Guid
- stamp
- UInt32
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.