MethodSignatureEncoder(BlobBuilder, Boolean) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
MethodSignatureEncoder(System::Reflection::Metadata::BlobBuilder ^ builder, bool hasVarArgs);
public MethodSignatureEncoder (System.Reflection.Metadata.BlobBuilder builder, bool hasVarArgs);
new System.Reflection.Metadata.Ecma335.MethodSignatureEncoder : System.Reflection.Metadata.BlobBuilder * bool -> System.Reflection.Metadata.Ecma335.MethodSignatureEncoder
Public Sub New (builder As BlobBuilder, hasVarArgs As Boolean)
參數
- builder
- BlobBuilder
- hasVarArgs
- Boolean