Méthode | Description | |
---|---|---|
Dispatch ( ICodeVisitor visitor ) : void |
Calls the visitor.Visit(IFillMemoryStatement).
|
|
FillMemoryStatement ( ) : System |
Represents the initblk IL instruction, which fills a block of memory with repeated copies of a given fill value.
|
|
FillMemoryStatement ( IFillMemoryStatement fillMemoryStatement ) : System |
Makes a shallow copy of a statement that represents initblk IL instruction, which fills a block of memory with repeated copies of a given fill value.
|
public Dispatch ( ICodeVisitor visitor ) : void | ||
visitor | ICodeVisitor | |
Résultat | void |
public FillMemoryStatement ( IFillMemoryStatement fillMemoryStatement ) : System | ||
fillMemoryStatement | IFillMemoryStatement | The IFillMemoryStatement instance to copy. |
Résultat | System |