Свойство | Тип | Описание | |
---|---|---|---|
DeepCloneCore | ISarifNode | ||
ISarifNode | ISarifNode | ||
Init | void |
Метод | Описание | |
---|---|---|
Create ( |
||
DeepClone ( ) : |
Creates a deep copy of this instance.
|
|
FileData ( ) : System |
Initializes a new instance of the FileData class.
|
|
FileData ( |
Initializes a new instance of the FileData class from the specified instance.
|
|
FileData ( |
Initializes a new instance of the FileData class from the supplied values.
|
|
ValueEquals ( |
||
ValueGetHashCode ( ) : int |
Метод | Описание | |
---|---|---|
DeepCloneCore ( ) : ISarifNode | ||
ISarifNode ( ) : ISarifNode | ||
Init ( |
public static Create ( |
||
uri | ||
computeHashes | bool | |
Результат |
public FileData ( |
||
other | /// The instance from which the new instance is to be initialized. /// | |
Результат | System |
public FileData ( |
||
uri |
/// An initialization value for the |
|
uriBaseId | string |
/// An initialization value for the |
parentKey | string |
/// An initialization value for the |
offset | int |
/// An initialization value for the |
length | int |
/// An initialization value for the |
mimeType | string |
/// An initialization value for the |
contents | string |
/// An initialization value for the |
hashes | IEnumerable |
/// An initialization value for the |
properties | SerializedPropertyInfo>.IDictionary |
/// An initialization value for the |
Результат | System |
public ValueEquals ( |
||
other | ||
Результат | bool |